Html Css Color HEX #CEC6AA Parchment

📋 copy color: '#CEC6AA'

red 206 ◦ green 198 ◦ blue 170

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

Shades of Parchment #CEC6AA

Tints of Parchment #CEC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.49%

 BLUE value IS 170 (66.8% from 255) = 29.62%

R = 35.89%
G = 34.49%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEC6AA (or 0xCEC6AA) is known color: Parchment. HEX triplet: CE, C6 and AA. RGB value is (206,198,170). Sum of RGB (Red+Green+Blue) = 206+198+170=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC6AA is #313955. Grayscale: #C5C5C5. Windows color (decimal): -3225942 or 11192014. OLE color: 11192014.

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

Color convert

RGB 206 198 170 -
CMYK 0 0.04 0.17 0.19
HSL 46.67º 0.27% 0.74% -
HSV(B) 46.67º 0.17% 0.81% -
XYZ 52.9 56.41 46.13 -
YUV 197.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 206 198 170 0 0.04 0.17 0.19 46.67 0.27 0.74
Hex CE C6 AA 0 4 11 13 2F 1B 4A
Octal 316 306 252 0 4 21 23 57 33 112
Binary 11001110 11000110 10101010 0 100 10001 10011 101111 11011 1001010

Color Harmonies of #CEC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC6AA

Black with #CEC6AA

Text Example


Text Example

White with #CEC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC6AA; }

 p { color: rgb(206,198,170); }

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

background-color css

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

 a { background-color: rgb(206,198,170); }

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

border-color css

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

 span { border-color: rgb(206,198,170); }

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