Html Css Color HEX #CEC4AB Parchment

📋 copy color: '#CEC4AB'

red 206 ◦ green 196 ◦ blue 171

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

Shades of Parchment #CEC4AB

Tints of Parchment #CEC4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.84%

R = 35.95%
G = 34.21%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEC4AB (or 0xCEC4AB) is known color: Parchment. HEX triplet: CE, C4 and AB. RGB value is (206,196,171). Sum of RGB (Red+Green+Blue) = 206+196+171=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC4AB is #313B54. Grayscale: #C4C4C4. Windows color (decimal): -3226453 or 11257038. OLE color: 11257038.

HSL color Cylindrical-coordinate representation of color #CEC4AB: hue angle of 42.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC4AB is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 196 171 -
CMYK 0 0.05 0.17 0.19
HSL 42.86º 0.26% 0.74% -
HSV(B) 42.86º 0.17% 0.81% -
XYZ 52.54 55.54 46.48 -
YUV 196.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 206 196 171 0 0.05 0.17 0.19 42.86 0.26 0.74
Hex CE C4 AB 0 5 11 13 2B 1A 4A
Octal 316 304 253 0 5 21 23 53 32 112
Binary 11001110 11000100 10101011 0 101 10001 10011 101011 11010 1001010

Color Harmonies of #CEC4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC4AB

Black with #CEC4AB

Text Example


Text Example

White with #CEC4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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