Html Css Color HEX #CDC4AA Parchment

📋 copy color: '#CDC4AA'

red 205 ◦ green 196 ◦ blue 170

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

Shades of Parchment #CDC4AA

Tints of Parchment #CDC4AA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.33%

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

R = 35.9%
G = 34.33%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CDC4AA (or 0xCDC4AA) is known color: Parchment. HEX triplet: CD, C4 and AA. RGB value is (205,196,170). Sum of RGB (Red+Green+Blue) = 205+196+170=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC4AA is #323B55. Grayscale: #C3C3C3. Windows color (decimal): -3291990 or 11191501. OLE color: 11191501.

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

Color convert

RGB 205 196 170 -
CMYK 0 0.04 0.17 0.20
HSL 44.57º 0.26% 0.74% -
HSV(B) 44.57º 0.17% 0.8% -
XYZ 52.17 55.36 45.97 -
YUV 195.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 205 196 170 0 0.04 0.17 0.20 44.57 0.26 0.74
Hex CD C4 AA 0 4 11 14 2D 1A 4A
Octal 315 304 252 0 4 21 24 55 32 112
Binary 11001101 11000100 10101010 0 100 10001 10100 101101 11010 1001010

Color Harmonies of #CDC4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC4AA

Black with #CDC4AA

Text Example


Text Example

White with #CDC4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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