Html Css Color HEX #CDAA7A Putty

📋 copy color: '#CDAA7A'

red 205 ◦ green 170 ◦ blue 122

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

Shades of Putty #CDAA7A

Tints of Putty #CDAA7A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 122 (48.05% from 255) = 24.55%

R = 41.25%
G = 34.21%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CDAA7A (or 0xCDAA7A) is known color: Putty. HEX triplet: CD, AA and 7A. RGB value is (205,170,122). Sum of RGB (Red+Green+Blue) = 205+170+122=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA7A is #325585. Grayscale: #AFAFAF. Windows color (decimal): -3298694 or 8039117. OLE color: 8039117.

HSL color Cylindrical-coordinate representation of color #CDAA7A: hue angle of 34.7º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDAA7A is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 170 122 -
CMYK 0 0.17 0.40 0.20
HSL 34.7º 0.45% 0.64% -
HSV(B) 34.7º 0.4% 0.8% -
XYZ 43.06 43.13 24.47 -
YUV 174.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 205 170 122 0 0.17 0.40 0.20 34.7 0.45 0.64
Hex CD AA 7A 0 11 28 14 23 2D 40
Octal 315 252 172 0 21 50 24 43 55 100
Binary 11001101 10101010 1111010 0 10001 101000 10100 100011 101101 1000000

Color Harmonies of #CDAA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA7A

Black with #CDAA7A

Text Example


Text Example

White with #CDAA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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