Html Css Color HEX #CEC9A9 Parchment

📋 copy color: '#CEC9A9'

red 206 ◦ green 201 ◦ blue 169

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

Shades of Parchment #CEC9A9

Tints of Parchment #CEC9A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.34%

R = 35.76%
G = 34.9%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEC9A9 (or 0xCEC9A9) is known color: Parchment. HEX triplet: CE, C9 and A9. RGB value is (206,201,169). Sum of RGB (Red+Green+Blue) = 206+201+169=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9A9 is #313656. Grayscale: #C6C6C6. Windows color (decimal): -3225175 or 11127246. OLE color: 11127246.

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

Color convert

RGB 206 201 169 -
CMYK 0 0.02 0.18 0.19
HSL 51.89º 0.27% 0.74% -
HSV(B) 51.89º 0.18% 0.81% -
XYZ 53.5 57.76 45.87 -
YUV 198.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 206 201 169 0 0.02 0.18 0.19 51.89 0.27 0.74
Hex CE C9 A9 0 2 12 13 34 1B 4A
Octal 316 311 251 0 2 22 23 64 33 112
Binary 11001110 11001001 10101001 0 10 10010 10011 110100 11011 1001010

Color Harmonies of #CEC9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9A9

Black with #CEC9A9

Text Example


Text Example

White with #CEC9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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