Html Css Color HEX #CDC3AA Parchment

📋 copy color: '#CDC3AA'

red 205 ◦ green 195 ◦ blue 170

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

Shades of Parchment #CDC3AA

Tints of Parchment #CDC3AA

RGB

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

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

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

R = 35.96%
G = 34.21%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CDC3AA (or 0xCDC3AA) is known color: Parchment. HEX triplet: CD, C3 and AA. RGB value is (205,195,170). Sum of RGB (Red+Green+Blue) = 205+195+170=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC3AA is #323C55. Grayscale: #C3C3C3. Windows color (decimal): -3292246 or 11191245. OLE color: 11191245.

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

Color convert

RGB 205 195 170 -
CMYK 0 0.05 0.17 0.20
HSL 42.86º 0.26% 0.74% -
HSV(B) 42.86º 0.17% 0.8% -
XYZ 51.95 54.91 45.89 -
YUV 195.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 205 195 170 0 0.05 0.17 0.20 42.86 0.26 0.74
Hex CD C3 AA 0 5 11 14 2B 1A 4A
Octal 315 303 252 0 5 21 24 53 32 112
Binary 11001101 11000011 10101010 0 101 10001 10100 101011 11010 1001010

Color Harmonies of #CDC3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC3AA

Black with #CDC3AA

Text Example


Text Example

White with #CDC3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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