Html Css Color HEX #CEC8B9 Parchment

📋 copy color: '#CEC8B9'

red 206 ◦ green 200 ◦ blue 185

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

Shades of Parchment #CEC8B9

Tints of Parchment #CEC8B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.3%

R = 34.86%
G = 33.84%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEC8B9 (or 0xCEC8B9) is known color: Parchment. HEX triplet: CE, C8 and B9. RGB value is (206,200,185). Sum of RGB (Red+Green+Blue) = 206+200+185=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8B9 is #313746. Grayscale: #C8C8C8. Windows color (decimal): -3225415 or 12175566. OLE color: 12175566.

HSL color Cylindrical-coordinate representation of color #CEC8B9: hue angle of 42.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC8B9 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 200 185 -
CMYK 0 0.03 0.10 0.19
HSL 42.86º 0.18% 0.77% -
HSV(B) 42.86º 0.1% 0.81% -
XYZ 54.86 57.93 54.19 -
YUV 200.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 206 200 185 0 0.03 0.10 0.19 42.86 0.18 0.77
Hex CE C8 B9 0 3 A 13 2B 12 4D
Octal 316 310 271 0 3 12 23 53 22 115
Binary 11001110 11001000 10111001 0 11 1010 10011 101011 10010 1001101

Color Harmonies of #CEC8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC8B9

Black with #CEC8B9

Text Example


Text Example

White with #CEC8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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