#CCA867

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

Shades of Putty #CCA867

Tints of Putty #CCA867

Color information

#CCA867 (or 0xCCA867) is unknown color: approx Putty. HEX triplet: CC, A8 and 67. RGB value is (204,168,103). Sum of RGB (Red+Green+Blue) = 204+168+103=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA867 is #335798. Grayscale: #ABABAB. Windows color (decimal): -3364761 or 6793420. OLE color: 6793420.

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

Color convert

RGB204168103-
CMYK00.180.500.2
HSL38.61º49.75%60.2%-
HSV(B)38.61º49.51%80%-
XYZ41.3541.8218.72-
YUV171.3589.43151.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=42.95%
G=35.37%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416810300.180.500.238.6149.7560.2
HexCCA867012321427323c
Octal3142501470226224476274
Binary1100110010101000110011101001011001010100100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA867; }

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

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

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

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

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

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

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

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