#CCB167

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

Shades of Putty #CCB167

Tints of Putty #CCB167

Color information

#CCB167 (or 0xCCB167) is unknown color: approx Putty. HEX triplet: CC, B1 and 67. RGB value is (204,177,103). Sum of RGB (Red+Green+Blue) = 204+177+103=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB167 is #334E98. Grayscale: #B0B0B0. Windows color (decimal): -3362457 or 6795724. OLE color: 6795724.

HSL color Cylindrical-coordinate representation of color #CCB167: hue angle of 43.96º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCB167 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB204177103-
CMYK00.130.500.2
HSL43.96º49.75%60.2%-
HSV(B)43.96º49.51%80%-
XYZ43.0745.2619.3-
YUV176.6486.45147.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 103 (40.62% from 255) = 21.28%
R=42.15%
G=36.57%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417710300.130.500.243.9649.7560.2
HexCCB1670D32142c323c
Octal3142611470156224546274
Binary110011001011000111001110110111001010100101100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB167; }

 p { color: rgb(204,177,103); }

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

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

 a { background-color: rgb(204,177,103); }

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

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

 span { border-color: rgb(204,177,103); }

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