Html Css Color HEX #CEC7AD Parchment

📋 copy color: '#CEC7AD'

red 206 ◦ green 199 ◦ blue 173

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

Shades of Parchment #CEC7AD

Tints of Parchment #CEC7AD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.43%

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

R = 35.64%
G = 34.43%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEC7AD (or 0xCEC7AD) is known color: Parchment. HEX triplet: CE, C7 and AD. RGB value is (206,199,173). Sum of RGB (Red+Green+Blue) = 206+199+173=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7AD is #313852. Grayscale: #C6C6C6. Windows color (decimal): -3225683 or 11388878. OLE color: 11388878.

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

Color convert

RGB 206 199 173 -
CMYK 0 0.03 0.16 0.19
HSL 47.27º 0.25% 0.74% -
HSV(B) 47.27º 0.16% 0.81% -
XYZ 53.42 56.99 47.72 -
YUV 198.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 206 199 173 0 0.03 0.16 0.19 47.27 0.25 0.74
Hex CE C7 AD 0 3 10 13 2F 19 4A
Octal 316 307 255 0 3 20 23 57 31 112
Binary 11001110 11000111 10101101 0 11 10000 10011 101111 11001 1001010

Color Harmonies of #CEC7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC7AD

Black with #CEC7AD

Text Example


Text Example

White with #CEC7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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