Html Css Color HEX #CDAB73 Putty

📋 copy color: '#CDAB73'

red 205 ◦ green 171 ◦ blue 115

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

Shades of Putty #CDAB73

Tints of Putty #CDAB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.42%

R = 41.75%
G = 34.83%
B = 23.42%

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

#CDAB73 (or 0xCDAB73) is known color: Putty. HEX triplet: CD, AB and 73. RGB value is (205,171,115). Sum of RGB (Red+Green+Blue) = 205+171+115=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB73 is #32548C. Grayscale: #AFAFAF. Windows color (decimal): -3298445 or 7580621. OLE color: 7580621.

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

Color convert

RGB 205 171 115 -
CMYK 0 0.17 0.44 0.20
HSL 37.33º 0.47% 0.63% -
HSV(B) 37.33º 0.44% 0.8% -
XYZ 42.83 43.34 22.33 -
YUV 174.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 205 171 115 0 0.17 0.44 0.20 37.33 0.47 0.63
Hex CD AB 73 0 11 2C 14 25 2F 3F
Octal 315 253 163 0 21 54 24 45 57 77
Binary 11001101 10101011 1110011 0 10001 101100 10100 100101 101111 111111

Color Harmonies of #CDAB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB73

Black with #CDAB73

Text Example


Text Example

White with #CDAB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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