Html Css Color HEX #CDC8AD Parchment

📋 copy color: '#CDC8AD'

red 205 ◦ green 200 ◦ blue 173

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

Shades of Parchment #CDC8AD

Tints of Parchment #CDC8AD

RGB

 RED value IS 205 (80.47% from 255) = 35.47%

 GREEN value IS 200 (78.52% from 255) = 34.6%

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

R = 35.47%
G = 34.6%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CDC8AD (or 0xCDC8AD) is known color: Parchment. HEX triplet: CD, C8 and AD. RGB value is (205,200,173). Sum of RGB (Red+Green+Blue) = 205+200+173=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC8AD is #323752. Grayscale: #C6C6C6. Windows color (decimal): -3290963 or 11389133. OLE color: 11389133.

HSL color Cylindrical-coordinate representation of color #CDC8AD: hue angle of 50.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC8AD is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 200 173 -
CMYK 0 0.02 0.16 0.20
HSL 50.63º 0.24% 0.74% -
HSV(B) 50.63º 0.16% 0.8% -
XYZ 53.37 57.3 47.78 -
YUV 198.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 205 200 173 0 0.02 0.16 0.20 50.63 0.24 0.74
Hex CD C8 AD 0 2 10 14 33 18 4A
Octal 315 310 255 0 2 20 24 63 30 112
Binary 11001101 11001000 10101101 0 10 10000 10100 110011 11000 1001010

Color Harmonies of #CDC8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC8AD

Black with #CDC8AD

Text Example


Text Example

White with #CDC8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC8AD; }

 p { color: rgb(205,200,173); }

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

background-color css

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

 a { background-color: rgb(205,200,173); }

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

border-color css

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

 span { border-color: rgb(205,200,173); }

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