Html Css Color HEX #CEC8B5 Parchment

📋 copy color: '#CEC8B5'

red 206 ◦ green 200 ◦ blue 181

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

Shades of Parchment #CEC8B5

Tints of Parchment #CEC8B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.83%

R = 35.09%
G = 34.07%
B = 30.83%

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

#CEC8B5 (or 0xCEC8B5) is known color: Parchment. HEX triplet: CE, C8 and B5. RGB value is (206,200,181). Sum of RGB (Red+Green+Blue) = 206+200+181=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8B5 is #31374A. Grayscale: #C7C7C7. Windows color (decimal): -3225419 or 11913422. OLE color: 11913422.

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

Color convert

RGB 206 200 181 -
CMYK 0 0.03 0.12 0.19
HSL 45.6º 0.2% 0.76% -
HSV(B) 45.6º 0.12% 0.81% -
XYZ 54.45 57.77 52 -
YUV 199.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 206 200 181 0 0.03 0.12 0.19 45.6 0.2 0.76
Hex CE C8 B5 0 3 C 13 2E 14 4C
Octal 316 310 265 0 3 14 23 56 24 114
Binary 11001110 11001000 10110101 0 11 1100 10011 101110 10100 1001100

Color Harmonies of #CEC8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC8B5

Black with #CEC8B5

Text Example


Text Example

White with #CEC8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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