Html Css Color HEX #CEC6AD Parchment

📋 copy color: '#CEC6AD'

red 206 ◦ green 198 ◦ blue 173

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

Shades of Parchment #CEC6AD

Tints of Parchment #CEC6AD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.32%

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

R = 35.7%
G = 34.32%
B = 29.98%

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

#CEC6AD (or 0xCEC6AD) is known color: Parchment. HEX triplet: CE, C6 and AD. RGB value is (206,198,173). Sum of RGB (Red+Green+Blue) = 206+198+173=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC6AD is #313952. Grayscale: #C5C5C5. Windows color (decimal): -3225939 or 11388622. OLE color: 11388622.

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

Color convert

RGB 206 198 173 -
CMYK 0 0.04 0.16 0.19
HSL 45.45º 0.25% 0.74% -
HSV(B) 45.45º 0.16% 0.81% -
XYZ 53.19 56.53 47.64 -
YUV 197.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 206 198 173 0 0.04 0.16 0.19 45.45 0.25 0.74
Hex CE C6 AD 0 4 10 13 2D 19 4A
Octal 316 306 255 0 4 20 23 55 31 112
Binary 11001110 11000110 10101101 0 100 10000 10011 101101 11001 1001010

Color Harmonies of #CEC6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC6AD

Black with #CEC6AD

Text Example


Text Example

White with #CEC6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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