#CCB07A

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

Shades of Putty #CCB07A

Tints of Putty #CCB07A

Color information

#CCB07A (or 0xCCB07A) is unknown color: approx Putty. HEX triplet: CC, B0 and 7A. RGB value is (204,176,122). Sum of RGB (Red+Green+Blue) = 204+176+122=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB07A is #334F85. Grayscale: #B2B2B2. Windows color (decimal): -3362694 or 8040652. OLE color: 8040652.

HSL color Cylindrical-coordinate representation of color #CCB07A: hue angle of 39.51º degrees, saturation: 0.45, 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 #CCB07A is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204176122-
CMYK00.140.400.2
HSL39.51º44.57%63.92%-
HSV(B)39.51º40.2%80%-
XYZ43.9445.2924.84-
YUV178.2296.28146.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 176 (69.14% from 255) = 35.06%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=40.64%
G=35.06%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417612200.140.400.239.5144.5763.92
HexCCB07A0E2814282d40
Octal31426017201650245055100
Binary1100110010110000111101001110101000101001010001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB07A; }

 p { color: rgb(204,176,122); }

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

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

 a { background-color: rgb(204,176,122); }

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

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

 span { border-color: rgb(204,176,122); }

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