Html Css Color HEX #CEC3AD Parchment

📋 copy color: '#CEC3AD'

red 206 ◦ green 195 ◦ blue 173

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

Shades of Parchment #CEC3AD

Tints of Parchment #CEC3AD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.97%

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

R = 35.89%
G = 33.97%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEC3AD (or 0xCEC3AD) is known color: Parchment. HEX triplet: CE, C3 and AD. RGB value is (206,195,173). Sum of RGB (Red+Green+Blue) = 206+195+173=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC3AD is #313C52. Grayscale: #C3C3C3. Windows color (decimal): -3226707 or 11387854. OLE color: 11387854.

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

Color convert

RGB 206 195 173 -
CMYK 0 0.05 0.16 0.19
HSL 40º 0.25% 0.74% -
HSV(B) 40º 0.16% 0.81% -
XYZ 52.51 55.17 47.42 -
YUV 195.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 206 195 173 0 0.05 0.16 0.19 40 0.25 0.74
Hex CE C3 AD 0 5 10 13 28 19 4A
Octal 316 303 255 0 5 20 23 50 31 112
Binary 11001110 11000011 10101101 0 101 10000 10011 101000 11001 1001010

Color Harmonies of #CEC3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC3AD

Black with #CEC3AD

Text Example


Text Example

White with #CEC3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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