Html Css Color HEX #CEC4B0 Parchment

📋 copy color: '#CEC4B0'

red 206 ◦ green 196 ◦ blue 176

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

Shades of Parchment #CEC4B0

Tints of Parchment #CEC4B0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.91%

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

R = 35.64%
G = 33.91%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CEC4B0 (or 0xCEC4B0) is known color: Parchment. HEX triplet: CE, C4 and B0. RGB value is (206,196,176). Sum of RGB (Red+Green+Blue) = 206+196+176=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC4B0 is #313B4F. Grayscale: #C4C4C4. Windows color (decimal): -3226448 or 11584718. OLE color: 11584718.

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

Color convert

RGB 206 196 176 -
CMYK 0 0.05 0.15 0.19
HSL 40º 0.23% 0.75% -
HSV(B) 40º 0.15% 0.81% -
XYZ 53.03 55.74 49.04 -
YUV 196.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 206 196 176 0 0.05 0.15 0.19 40 0.23 0.75
Hex CE C4 B0 0 5 F 13 28 17 4B
Octal 316 304 260 0 5 17 23 50 27 113
Binary 11001110 11000100 10110000 0 101 1111 10011 101000 10111 1001011

Color Harmonies of #CEC4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC4B0

Black with #CEC4B0

Text Example


Text Example

White with #CEC4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC4B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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