Html Css Color HEX #CEC8B6 Parchment

📋 copy color: '#CEC8B6'

red 206 ◦ green 200 ◦ blue 182

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

Shades of Parchment #CEC8B6

Tints of Parchment #CEC8B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.95%

R = 35.03%
G = 34.01%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CEC8B6 (or 0xCEC8B6) is known color: Parchment. HEX triplet: CE, C8 and B6. RGB value is (206,200,182). Sum of RGB (Red+Green+Blue) = 206+200+182=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8B6 is #313749. Grayscale: #C7C7C7. Windows color (decimal): -3225418 or 11978958. OLE color: 11978958.

HSL color Cylindrical-coordinate representation of color #CEC8B6: hue angle of 45º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEC8B6 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 200 182 -
CMYK 0 0.03 0.12 0.19
HSL 45º 0.2% 0.76% -
HSV(B) 45º 0.12% 0.81% -
XYZ 54.55 57.81 52.54 -
YUV 199.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 206 200 182 0 0.03 0.12 0.19 45 0.2 0.76
Hex CE C8 B6 0 3 C 13 2D 14 4C
Octal 316 310 266 0 3 14 23 55 24 114
Binary 11001110 11001000 10110110 0 11 1100 10011 101101 10100 1001100

Color Harmonies of #CEC8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC8B6

Black with #CEC8B6

Text Example


Text Example

White with #CEC8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC8B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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