#CDB46B

Color #CDB46B Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CDB46B

Tints of Putty #CDB46B

Color information

#CDB46B (or 0xCDB46B) is unknown color: approx Putty. HEX triplet: CD, B4 and 6B. RGB value is (205,180,107). Sum of RGB (Red+Green+Blue) = 205+180+107=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB46B is #324B94. Grayscale: #B3B3B3. Windows color (decimal): -3296149 or 7058637. OLE color: 7058637.

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

Color convert

RGB205180107-
CMYK00.120.480.20
HSL44.69º49.49%61.18%-
HSV(B)44.69º47.8%80.39%-
XYZ44.1546.6820.59-
YUV179.1587.28146.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 107 (42.19% from 255) = 21.75%
R=41.67%
G=36.59%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518010700.120.480.2044.6949.4961.18
HexCDB46B0C30142d313d
Octal3152641530146024556175
Binary110011011011010011010110110011000010100101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB46B; }

 p { color: rgb(205,180,107); }

 H1.HeaderClassName
 {
   color: #CDB46B;
 }
 .AnyTagClassName
 {
   color: #CDB46B;
 }
</style>
background-color css

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

 a { background-color: rgb(205,180,107); }

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

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

 span { border-color: rgb(205,180,107); }

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