#CCB07B

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

Shades of Putty #CCB07B

Tints of Putty #CCB07B

Color information

#CCB07B (or 0xCCB07B) is unknown color: approx Putty. HEX triplet: CC, B0 and 7B. RGB value is (204,176,123). Sum of RGB (Red+Green+Blue) = 204+176+123=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB07B is #334F84. Grayscale: #B2B2B2. Windows color (decimal): -3362693 or 8106188. OLE color: 8106188.

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

Color convert

RGB204176123-
CMYK00.140.400.2
HSL39.26º44.26%64.12%-
HSV(B)39.26º39.71%80%-
XYZ4445.3225.17-
YUV178.3396.78146.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 123 (48.44% from 255) = 24.45%
R=40.56%
G=34.99%
B=24.45%

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
Decimal20417612300.140.400.239.2644.2664.12
HexCCB07B0E2814272c40
Octal31426017301650244754100
Binary1100110010110000111101101110101000101001001111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB07B; }

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

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

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

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

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

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

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

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