Html Css Color HEX #CDAB71 Putty

📋 copy color: '#CDAB71'

red 205 ◦ green 171 ◦ blue 113

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

Shades of Putty #CDAB71

Tints of Putty #CDAB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.11%

R = 41.92%
G = 34.97%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDAB71 (or 0xCDAB71) is known color: Putty. HEX triplet: CD, AB and 71. RGB value is (205,171,113). Sum of RGB (Red+Green+Blue) = 205+171+113=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB71 is #32548E. Grayscale: #AEAEAE. Windows color (decimal): -3298447 or 7449549. OLE color: 7449549.

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

Color convert

RGB 205 171 113 -
CMYK 0 0.17 0.45 0.20
HSL 37.83º 0.48% 0.62% -
HSV(B) 37.83º 0.45% 0.8% -
XYZ 42.72 43.3 21.73 -
YUV 174.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 205 171 113 0 0.17 0.45 0.20 37.83 0.48 0.62
Hex CD AB 71 0 11 2D 14 26 30 3E
Octal 315 253 161 0 21 55 24 46 60 76
Binary 11001101 10101011 1110001 0 10001 101101 10100 100110 110000 111110

Color Harmonies of #CDAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB71

Black with #CDAB71

Text Example


Text Example

White with #CDAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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