Html Css Color HEX #CEC6A9 Parchment

📋 copy color: '#CEC6A9'

red 206 ◦ green 198 ◦ blue 169

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

Shades of Parchment #CEC6A9

Tints of Parchment #CEC6A9

RGB

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

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

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

R = 35.95%
G = 34.55%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEC6A9 (or 0xCEC6A9) is known color: Parchment. HEX triplet: CE, C6 and A9. RGB value is (206,198,169). Sum of RGB (Red+Green+Blue) = 206+198+169=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC6A9 is #313956. Grayscale: #C5C5C5. Windows color (decimal): -3225943 or 11126478. OLE color: 11126478.

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

Color convert

RGB 206 198 169 -
CMYK 0 0.04 0.18 0.19
HSL 47.03º 0.27% 0.74% -
HSV(B) 47.03º 0.18% 0.81% -
XYZ 52.81 56.37 45.63 -
YUV 197.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 206 198 169 0 0.04 0.18 0.19 47.03 0.27 0.74
Hex CE C6 A9 0 4 12 13 2F 1B 4A
Octal 316 306 251 0 4 22 23 57 33 112
Binary 11001110 11000110 10101001 0 100 10010 10011 101111 11011 1001010

Color Harmonies of #CEC6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC6A9

Black with #CEC6A9

Text Example


Text Example

White with #CEC6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC6A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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