Html Css Color HEX #CEC9AD Parchment

📋 copy color: '#CEC9AD'

red 206 ◦ green 201 ◦ blue 173

#CEC9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parchment #CEC9AD

Tints of Parchment #CEC9AD

RGB

 RED value IS 206 (80.86% from 255) = 35.52%

 GREEN value IS 201 (78.91% from 255) = 34.66%

 BLUE value IS 173 (67.97% from 255) = 29.83%

R = 35.52%
G = 34.66%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEC9AD (or 0xCEC9AD) is known color: Parchment. HEX triplet: CE, C9 and AD. RGB value is (206,201,173). Sum of RGB (Red+Green+Blue) = 206+201+173=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9AD is #313652. Grayscale: #C7C7C7. Windows color (decimal): -3225171 or 11389390. OLE color: 11389390.

HSL color Cylindrical-coordinate representation of color #CEC9AD: hue angle of 50.91º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEC9AD is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 173 -
CMYK 0 0.02 0.16 0.19
HSL 50.91º 0.25% 0.74% -
HSV(B) 50.91º 0.16% 0.81% -
XYZ 53.88 57.91 47.87 -
YUV 199.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 206 201 173 0 0.02 0.16 0.19 50.91 0.25 0.74
Hex CE C9 AD 0 2 10 13 33 19 4A
Octal 316 311 255 0 2 20 23 63 31 112
Binary 11001110 11001001 10101101 0 10 10000 10011 110011 11001 1001010

Color Harmonies of #CEC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9AD

Black with #CEC9AD

Text Example


Text Example

White with #CEC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9AD; }

 p { color: rgb(206,201,173); }

 H1.HeaderClassName
 {
   color: #CEC9AD;
 }
 .AnyTagClassName
 {
   color: #CEC9AD;
 }
</style>

background-color css

<style>
 a { background-color: #CEC9AD; }

 a { background-color: rgb(206,201,173); }

 div.DivClassName
 {
   background-color: #CEC9AD;
 }
 .BgClassName
 {
   background-color: #CEC9AD;
 }
</style>

border-color css

<style>
 span { border-color: #CEC9AD; }

 span { border-color: rgb(206,201,173); }

 td.TdClassName
 {
   border-color: #CEC9AD;
 }
 .TagClassName
 {
   border-color: #CEC9AD;
 }
</style>