#CC4205

Color #CC4205 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CC4205

Tints of Harley Davidson Orange #CC4205

Color information

#CC4205 (or 0xCC4205) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 42 and 05. RGB value is (204,66,5). Sum of RGB (Red+Green+Blue) = 204+66+5=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4205 is #33BDFA. Grayscale: #646464. Windows color (decimal): -3390971 or 344780. OLE color: 344780.

HSL color Cylindrical-coordinate representation of color #CC4205: hue angle of 18.39º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC4205 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB204665-
CMYK00.680.980.2
HSL18.39º95.22%40.98%-
HSV(B)18.39º97.55%80%-
XYZ26.8816.741.96-
YUV100.3174.22201.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 74.18%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 5 (2.34% from 255) = 1.82%
R=74.18%
G=24%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20466500.680.980.218.3995.2240.98
HexCC4250446214125f29
Octal31410250104142242213751
Binary11001100100001010101000100110001010100100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4205; }

 p { color: rgb(204,66,5); }

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

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

 a { background-color: rgb(204,66,5); }

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

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

 span { border-color: rgb(204,66,5); }

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