Html Css Color HEX #CDB574 Putty

📋 copy color: '#CDB574'

red 205 ◦ green 181 ◦ blue 116

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

Shades of Putty #CDB574

Tints of Putty #CDB574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.06%

 BLUE value IS 116 (45.7% from 255) = 23.11%

R = 40.84%
G = 36.06%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDB574 (or 0xCDB574) is known color: Putty. HEX triplet: CD, B5 and 74. RGB value is (205,181,116). Sum of RGB (Red+Green+Blue) = 205+181+116=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB574 is #324A8B. Grayscale: #B5B5B5. Windows color (decimal): -3295884 or 7648717. OLE color: 7648717.

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

Color convert

RGB 205 181 116 -
CMYK 0 0.12 0.43 0.20
HSL 43.82º 0.47% 0.63% -
HSV(B) 43.82º 0.43% 0.8% -
XYZ 44.85 47.29 23.29 -
YUV 180.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 205 181 116 0 0.12 0.43 0.20 43.82 0.47 0.63
Hex CD B5 74 0 C 2B 14 2C 2F 3F
Octal 315 265 164 0 14 53 24 54 57 77
Binary 11001101 10110101 1110100 0 1100 101011 10100 101100 101111 111111

Color Harmonies of #CDB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB574

Black with #CDB574

Text Example


Text Example

White with #CDB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB574; }

 p { color: rgb(205,181,116); }

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

background-color css

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

 a { background-color: rgb(205,181,116); }

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

border-color css

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

 span { border-color: rgb(205,181,116); }

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