Html Css Color HEX #CEC9B0 Parchment

📋 copy color: '#CEC9B0'

red 206 ◦ green 201 ◦ blue 176

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

Shades of Parchment #CEC9B0

Tints of Parchment #CEC9B0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.48%

 BLUE value IS 176 (69.14% from 255) = 30.19%

R = 35.33%
G = 34.48%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CEC9B0 (or 0xCEC9B0) is known color: Parchment. HEX triplet: CE, C9 and B0. RGB value is (206,201,176). Sum of RGB (Red+Green+Blue) = 206+201+176=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9B0 is #31364F. Grayscale: #C7C7C7. Windows color (decimal): -3225168 or 11585998. OLE color: 11585998.

HSL color Cylindrical-coordinate representation of color #CEC9B0: hue angle of 50º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEC9B0 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 176 -
CMYK 0 0.02 0.15 0.19
HSL 50º 0.23% 0.75% -
HSV(B) 50º 0.15% 0.81% -
XYZ 54.18 58.03 49.42 -
YUV 199.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 206 201 176 0 0.02 0.15 0.19 50 0.23 0.75
Hex CE C9 B0 0 2 F 13 32 17 4B
Octal 316 311 260 0 2 17 23 62 27 113
Binary 11001110 11001001 10110000 0 10 1111 10011 110010 10111 1001011

Color Harmonies of #CEC9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9B0

Black with #CEC9B0

Text Example


Text Example

White with #CEC9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9B0; }

 p { color: rgb(206,201,176); }

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

background-color css

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

 a { background-color: rgb(206,201,176); }

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

border-color css

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

 span { border-color: rgb(206,201,176); }

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