Html Css Color HEX #CDC7AD Parchment

📋 copy color: '#CDC7AD'

red 205 ◦ green 199 ◦ blue 173

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

Shades of Parchment #CDC7AD

Tints of Parchment #CDC7AD

RGB

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

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

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

R = 35.53%
G = 34.49%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CDC7AD (or 0xCDC7AD) is known color: Parchment. HEX triplet: CD, C7 and AD. RGB value is (205,199,173). Sum of RGB (Red+Green+Blue) = 205+199+173=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC7AD is #323852. Grayscale: #C5C5C5. Windows color (decimal): -3291219 or 11388877. OLE color: 11388877.

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

Color convert

RGB 205 199 173 -
CMYK 0 0.03 0.16 0.20
HSL 48.75º 0.24% 0.74% -
HSV(B) 48.75º 0.16% 0.8% -
XYZ 53.14 56.84 47.71 -
YUV 197.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 205 199 173 0 0.03 0.16 0.20 48.75 0.24 0.74
Hex CD C7 AD 0 3 10 14 31 18 4A
Octal 315 307 255 0 3 20 24 61 30 112
Binary 11001101 11000111 10101101 0 11 10000 10100 110001 11000 1001010

Color Harmonies of #CDC7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC7AD

Black with #CDC7AD

Text Example


Text Example

White with #CDC7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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