Html Css Color HEX #CEC8B0 Parchment

📋 copy color: '#CEC8B0'

red 206 ◦ green 200 ◦ blue 176

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

Shades of Parchment #CEC8B0

Tints of Parchment #CEC8B0

RGB

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

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

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

R = 35.4%
G = 34.36%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CEC8B0 (or 0xCEC8B0) is known color: Parchment. HEX triplet: CE, C8 and B0. RGB value is (206,200,176). Sum of RGB (Red+Green+Blue) = 206+200+176=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8B0 is #31374F. Grayscale: #C7C7C7. Windows color (decimal): -3225424 or 11585742. OLE color: 11585742.

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

Color convert

RGB 206 200 176 -
CMYK 0 0.03 0.15 0.19
HSL 48º 0.23% 0.75% -
HSV(B) 48º 0.15% 0.81% -
XYZ 53.94 57.56 49.34 -
YUV 199.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 206 200 176 0 0.03 0.15 0.19 48 0.23 0.75
Hex CE C8 B0 0 3 F 13 30 17 4B
Octal 316 310 260 0 3 17 23 60 27 113
Binary 11001110 11001000 10110000 0 11 1111 10011 110000 10111 1001011

Color Harmonies of #CEC8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC8B0

Black with #CEC8B0

Text Example


Text Example

White with #CEC8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC8B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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