#CCA667

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

Shades of Putty #CCA667

Tints of Putty #CCA667

Color information

#CCA667 (or 0xCCA667) is unknown color: approx Putty. HEX triplet: CC, A6 and 67. RGB value is (204,166,103). Sum of RGB (Red+Green+Blue) = 204+166+103=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA667 is #335998. Grayscale: #AAAAAA. Windows color (decimal): -3365273 or 6792908. OLE color: 6792908.

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

Color convert

RGB204166103-
CMYK00.190.500.2
HSL37.43º49.75%60.2%-
HSV(B)37.43º49.51%80%-
XYZ40.9941.0918.6-
YUV170.1890.09152.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=43.13%
G=35.10%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416610300.190.500.237.4349.7560.2
HexCCA667013321425323c
Octal3142461470236224456274
Binary1100110010100110110011101001111001010100100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA667; }

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

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

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

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

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

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

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

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