#CCA343

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

Shades of Sundance #CCA343

Tints of Sundance #CCA343

Color information

#CCA343 (or 0xCCA343) is unknown color: approx Sundance. HEX triplet: CC, A3 and 43. RGB value is (204,163,67). Sum of RGB (Red+Green+Blue) = 204+163+67=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA343 is #335CBC. Grayscale: #A4A4A4. Windows color (decimal): -3366077 or 4432844. OLE color: 4432844.

HSL color Cylindrical-coordinate representation of color #CCA343: hue angle of 42.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCA343 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB20416367-
CMYK00.200.670.2
HSL42.04º57.32%53.14%-
HSV(B)42.04º67.16%80%-
XYZ39.0139.4410.87-
YUV164.3273.08156.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 163 (64.06% from 255) = 37.56%
BLUE value IS 67 (26.56% from 255) = 15.44%
R=47.00%
G=37.56%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041636700.200.670.242.0457.3253.14
HexCCA34301443142a3935
Octal31424310302410324527165
Binary11001100101000111000011010100100001110100101010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA343; }

 p { color: rgb(204,163,67); }

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

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

 a { background-color: rgb(204,163,67); }

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

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

 span { border-color: rgb(204,163,67); }

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