Html Css Color HEX #CDC7AA Parchment

📋 copy color: '#CDC7AA'

red 205 ◦ green 199 ◦ blue 170

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

Shades of Parchment #CDC7AA

Tints of Parchment #CDC7AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.62%

R = 35.71%
G = 34.67%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CDC7AA (or 0xCDC7AA) is known color: Parchment. HEX triplet: CD, C7 and AA. RGB value is (205,199,170). Sum of RGB (Red+Green+Blue) = 205+199+170=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC7AA is #323855. Grayscale: #C5C5C5. Windows color (decimal): -3291222 or 11192269. OLE color: 11192269.

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

Color convert

RGB 205 199 170 -
CMYK 0 0.03 0.17 0.20
HSL 49.71º 0.26% 0.74% -
HSV(B) 49.71º 0.17% 0.8% -
XYZ 52.86 56.73 46.19 -
YUV 197.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 205 199 170 0 0.03 0.17 0.20 49.71 0.26 0.74
Hex CD C7 AA 0 3 11 14 32 1A 4A
Octal 315 307 252 0 3 21 24 62 32 112
Binary 11001101 11000111 10101010 0 11 10001 10100 110010 11010 1001010

Color Harmonies of #CDC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC7AA

Black with #CDC7AA

Text Example


Text Example

White with #CDC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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