Html Css Color HEX #CEC9A7 Parchment

📋 copy color: '#CEC9A7'

red 206 ◦ green 201 ◦ blue 167

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

Shades of Parchment #CEC9A7

Tints of Parchment #CEC9A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.09%

R = 35.89%
G = 35.02%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CEC9A7 (or 0xCEC9A7) is known color: Parchment. HEX triplet: CE, C9 and A7. RGB value is (206,201,167). Sum of RGB (Red+Green+Blue) = 206+201+167=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 167 (65.62% from 255 or 29.09% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9A7 is #313658. Grayscale: #C6C6C6. Windows color (decimal): -3225177 or 10996174. OLE color: 10996174.

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

Color convert

RGB 206 201 167 -
CMYK 0 0.02 0.19 0.19
HSL 52.31º 0.28% 0.73% -
HSV(B) 52.31º 0.19% 0.81% -
XYZ 53.32 57.69 44.88 -
YUV 198.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 206 201 167 0 0.02 0.19 0.19 52.31 0.28 0.73
Hex CE C9 A7 0 2 13 13 34 1C 49
Octal 316 311 247 0 2 23 23 64 34 111
Binary 11001110 11001001 10100111 0 10 10011 10011 110100 11100 1001001

Color Harmonies of #CEC9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9A7

Black with #CEC9A7

Text Example


Text Example

White with #CEC9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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