Html Css Color HEX #CEC8A7 Parchment

📋 copy color: '#CEC8A7'

red 206 ◦ green 200 ◦ blue 167

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

Shades of Parchment #CEC8A7

Tints of Parchment #CEC8A7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.9%

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

R = 35.95%
G = 34.9%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CEC8A7 (or 0xCEC8A7) is known color: Parchment. HEX triplet: CE, C8 and A7. RGB value is (206,200,167). Sum of RGB (Red+Green+Blue) = 206+200+167=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8A7 is #313758. Grayscale: #C6C6C6. Windows color (decimal): -3225433 or 10995918. OLE color: 10995918.

HSL color Cylindrical-coordinate representation of color #CEC8A7: hue angle of 50.77º 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 #CEC8A7 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 200 167 -
CMYK 0 0.03 0.19 0.19
HSL 50.77º 0.28% 0.73% -
HSV(B) 50.77º 0.19% 0.81% -
XYZ 53.08 57.22 44.81 -
YUV 198.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 206 200 167 0 0.03 0.19 0.19 50.77 0.28 0.73
Hex CE C8 A7 0 3 13 13 33 1C 49
Octal 316 310 247 0 3 23 23 63 34 111
Binary 11001110 11001000 10100111 0 11 10011 10011 110011 11100 1001001

Color Harmonies of #CEC8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC8A7

Black with #CEC8A7

Text Example


Text Example

White with #CEC8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC8A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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