Html Css Color HEX #CEC5AB Parchment

📋 copy color: '#CEC5AB'

red 206 ◦ green 197 ◦ blue 171

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

Shades of Parchment #CEC5AB

Tints of Parchment #CEC5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.32%

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

R = 35.89%
G = 34.32%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEC5AB (or 0xCEC5AB) is known color: Parchment. HEX triplet: CE, C5 and AB. RGB value is (206,197,171). Sum of RGB (Red+Green+Blue) = 206+197+171=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC5AB is #313A54. Grayscale: #C4C4C4. Windows color (decimal): -3226197 or 11257294. OLE color: 11257294.

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

Color convert

RGB 206 197 171 -
CMYK 0 0.04 0.17 0.19
HSL 44.57º 0.26% 0.74% -
HSV(B) 44.57º 0.17% 0.81% -
XYZ 52.77 55.99 46.55 -
YUV 196.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 206 197 171 0 0.04 0.17 0.19 44.57 0.26 0.74
Hex CE C5 AB 0 4 11 13 2D 1A 4A
Octal 316 305 253 0 4 21 23 55 32 112
Binary 11001110 11000101 10101011 0 100 10001 10011 101101 11010 1001010

Color Harmonies of #CEC5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC5AB

Black with #CEC5AB

Text Example


Text Example

White with #CEC5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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