Html Css Color HEX #CDA573 Putty

📋 copy color: '#CDA573'

red 205 ◦ green 165 ◦ blue 115

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

Shades of Putty #CDA573

Tints of Putty #CDA573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.02%

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

R = 42.27%
G = 34.02%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDA573 (or 0xCDA573) is known color: Putty. HEX triplet: CD, A5 and 73. RGB value is (205,165,115). Sum of RGB (Red+Green+Blue) = 205+165+115=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA573 is #325A8C. Grayscale: #ABABAB. Windows color (decimal): -3299981 or 7579085. OLE color: 7579085.

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

Color convert

RGB 205 165 115 -
CMYK 0 0.20 0.44 0.20
HSL 33.33º 0.47% 0.63% -
HSV(B) 33.33º 0.44% 0.8% -
XYZ 41.73 41.13 21.96 -
YUV 171.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 205 165 115 0 0.20 0.44 0.20 33.33 0.47 0.63
Hex CD A5 73 0 14 2C 14 21 2F 3F
Octal 315 245 163 0 24 54 24 41 57 77
Binary 11001101 10100101 1110011 0 10100 101100 10100 100001 101111 111111

Color Harmonies of #CDA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA573

Black with #CDA573

Text Example


Text Example

White with #CDA573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA573; }

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

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

background-color css

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

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

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

border-color css

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

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

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