Html Css Color HEX #CDA975 Putty

📋 copy color: '#CDA975'

red 205 ◦ green 169 ◦ blue 117

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

Shades of Putty #CDA975

Tints of Putty #CDA975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.42%

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 41.75%
G = 34.42%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDA975 (or 0xCDA975) is known color: Putty. HEX triplet: CD, A9 and 75. RGB value is (205,169,117). Sum of RGB (Red+Green+Blue) = 205+169+117=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA975 is #32568A. Grayscale: #AEAEAE. Windows color (decimal): -3298955 or 7711181. OLE color: 7711181.

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

Color convert

RGB 205 169 117 -
CMYK 0 0.18 0.43 0.20
HSL 35.45º 0.47% 0.63% -
HSV(B) 35.45º 0.43% 0.8% -
XYZ 42.58 42.64 22.82 -
YUV 173.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 205 169 117 0 0.18 0.43 0.20 35.45 0.47 0.63
Hex CD A9 75 0 12 2B 14 23 2F 3F
Octal 315 251 165 0 22 53 24 43 57 77
Binary 11001101 10101001 1110101 0 10010 101011 10100 100011 101111 111111

Color Harmonies of #CDA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA975

Black with #CDA975

Text Example


Text Example

White with #CDA975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA975; }

 p { color: rgb(205,169,117); }

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

background-color css

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

 a { background-color: rgb(205,169,117); }

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

border-color css

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

 span { border-color: rgb(205,169,117); }

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