#CDB378

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

Shades of Putty #CDB378

Tints of Putty #CDB378

Color information

#CDB378 (or 0xCDB378) is unknown color: approx Putty. HEX triplet: CD, B3 and 78. RGB value is (205,179,120). Sum of RGB (Red+Green+Blue) = 205+179+120=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB378 is #324C87. Grayscale: #B4B4B4. Windows color (decimal): -3296392 or 7910349. OLE color: 7910349.

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

Color convert

RGB205179120-
CMYK00.130.410.20
HSL41.65º45.95%63.73%-
HSV(B)41.65º41.46%80.39%-
XYZ44.6946.5824.4-
YUV180.0594.11145.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 120 (47.27% from 255) = 23.81%
R=40.67%
G=35.52%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517912000.130.410.2041.6545.9563.73
HexCDB3780D29142a2e40
Octal31526317001551245256100
Binary1100110110110011111100001101101001101001010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB378; }

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

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

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

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

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

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

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

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