Html Css Color HEX #CEC8AD Parchment

📋 copy color: '#CEC8AD'

red 206 ◦ green 200 ◦ blue 173

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

Shades of Parchment #CEC8AD

Tints of Parchment #CEC8AD

RGB

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

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

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

R = 35.58%
G = 34.54%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEC8AD (or 0xCEC8AD) is known color: Parchment. HEX triplet: CE, C8 and AD. RGB value is (206,200,173). Sum of RGB (Red+Green+Blue) = 206+200+173=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8AD is #313752. Grayscale: #C6C6C6. Windows color (decimal): -3225427 or 11389134. OLE color: 11389134.

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

Color convert

RGB 206 200 173 -
CMYK 0 0.03 0.16 0.19
HSL 49.09º 0.25% 0.74% -
HSV(B) 49.09º 0.16% 0.81% -
XYZ 53.65 57.45 47.8 -
YUV 198.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 206 200 173 0 0.03 0.16 0.19 49.09 0.25 0.74
Hex CE C8 AD 0 3 10 13 31 19 4A
Octal 316 310 255 0 3 20 23 61 31 112
Binary 11001110 11001000 10101101 0 11 10000 10011 110001 11001 1001010

Color Harmonies of #CEC8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC8AD

Black with #CEC8AD

Text Example


Text Example

White with #CEC8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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