Html Css Color HEX #CDB578 Putty

📋 copy color: '#CDB578'

red 205 ◦ green 181 ◦ blue 120

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

Shades of Putty #CDB578

Tints of Putty #CDB578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.72%

R = 40.51%
G = 35.77%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDB578 (or 0xCDB578) is known color: Putty. HEX triplet: CD, B5 and 78. RGB value is (205,181,120). Sum of RGB (Red+Green+Blue) = 205+181+120=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB578 is #324A87. Grayscale: #B5B5B5. Windows color (decimal): -3295880 or 7910861. OLE color: 7910861.

HSL color Cylindrical-coordinate representation of color #CDB578: hue angle of 43.06º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDB578 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 120 -
CMYK 0 0.12 0.41 0.20
HSL 43.06º 0.46% 0.64% -
HSV(B) 43.06º 0.41% 0.8% -
XYZ 45.09 47.38 24.54 -
YUV 181.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 205 181 120 0 0.12 0.41 0.20 43.06 0.46 0.64
Hex CD B5 78 0 C 29 14 2B 2E 40
Octal 315 265 170 0 14 51 24 53 56 100
Binary 11001101 10110101 1111000 0 1100 101001 10100 101011 101110 1000000

Color Harmonies of #CDB578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB578

Black with #CDB578

Text Example


Text Example

White with #CDB578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB578; }

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

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

background-color css

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

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

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

border-color css

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

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

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