Html Css Color HEX #CEC5AD Parchment

📋 copy color: '#CEC5AD'

red 206 ◦ green 197 ◦ blue 173

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

Shades of Parchment #CEC5AD

Tints of Parchment #CEC5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.03%

R = 35.76%
G = 34.2%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEC5AD (or 0xCEC5AD) is known color: Parchment. HEX triplet: CE, C5 and AD. RGB value is (206,197,173). Sum of RGB (Red+Green+Blue) = 206+197+173=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC5AD is #313A52. Grayscale: #C5C5C5. Windows color (decimal): -3226195 or 11388366. OLE color: 11388366.

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

Color convert

RGB 206 197 173 -
CMYK 0 0.04 0.16 0.19
HSL 43.64º 0.25% 0.74% -
HSV(B) 43.64º 0.16% 0.81% -
XYZ 52.96 56.07 47.57 -
YUV 196.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 206 197 173 0 0.04 0.16 0.19 43.64 0.25 0.74
Hex CE C5 AD 0 4 10 13 2C 19 4A
Octal 316 305 255 0 4 20 23 54 31 112
Binary 11001110 11000101 10101101 0 100 10000 10011 101100 11001 1001010

Color Harmonies of #CEC5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC5AD

Black with #CEC5AD

Text Example


Text Example

White with #CEC5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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