Html Css Color HEX #CDAB72 Putty

📋 copy color: '#CDAB72'

red 205 ◦ green 171 ◦ blue 114

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

Shades of Putty #CDAB72

Tints of Putty #CDAB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.9%

 BLUE value IS 114 (44.92% from 255) = 23.27%

R = 41.84%
G = 34.9%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDAB72 (or 0xCDAB72) is known color: Putty. HEX triplet: CD, AB and 72. RGB value is (205,171,114). Sum of RGB (Red+Green+Blue) = 205+171+114=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB72 is #32548D. Grayscale: #AEAEAE. Windows color (decimal): -3298446 or 7515085. OLE color: 7515085.

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

Color convert

RGB 205 171 114 -
CMYK 0 0.17 0.44 0.20
HSL 37.58º 0.48% 0.63% -
HSV(B) 37.58º 0.44% 0.8% -
XYZ 42.78 43.32 22.03 -
YUV 174.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 205 171 114 0 0.17 0.44 0.20 37.58 0.48 0.63
Hex CD AB 72 0 11 2C 14 26 30 3F
Octal 315 253 162 0 21 54 24 46 60 77
Binary 11001101 10101011 1110010 0 10001 101100 10100 100110 110000 111111

Color Harmonies of #CDAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB72

Black with #CDAB72

Text Example


Text Example

White with #CDAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB72; }

 p { color: rgb(205,171,114); }

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

background-color css

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

 a { background-color: rgb(205,171,114); }

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

border-color css

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

 span { border-color: rgb(205,171,114); }

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