#CCB37B

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

Shades of Putty #CCB37B

Tints of Putty #CCB37B

Color information

#CCB37B (or 0xCCB37B) is unknown color: approx Putty. HEX triplet: CC, B3 and 7B. RGB value is (204,179,123). Sum of RGB (Red+Green+Blue) = 204+179+123=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB37B is #334C84. Grayscale: #B4B4B4. Windows color (decimal): -3361925 or 8106956. OLE color: 8106956.

HSL color Cylindrical-coordinate representation of color #CCB37B: hue angle of 41.48º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCB37B is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204179123-
CMYK00.120.400.2
HSL41.48º44.26%64.12%-
HSV(B)41.48º39.71%80%-
XYZ44.646.5125.37-
YUV180.0995.78145.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 179 (70.31% from 255) = 35.38%
BLUE value IS 123 (48.44% from 255) = 24.31%
R=40.32%
G=35.38%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417912300.120.400.241.4844.2664.12
HexCCB37B0C2814292c40
Octal31426317301450245154100
Binary1100110010110011111101101100101000101001010011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB37B; }

 p { color: rgb(204,179,123); }

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

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

 a { background-color: rgb(204,179,123); }

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

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

 span { border-color: rgb(204,179,123); }

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