Html Css Color HEX #CC4106 Harley Davidson Orange

📋 copy color: '#CC4106'

red 204 ◦ green 65 ◦ blue 6

#CC4106
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CC4106

Tints of Harley Davidson Orange #CC4106

RGB

 RED value IS 204 (80.08% from 255) = 74.18%

 GREEN value IS 65 (25.78% from 255) = 23.64%

 BLUE value IS 6 (2.73% from 255) = 2.18%

R = 74.18%
G = 23.64%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC4106 (or 0xCC4106) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 06. RGB value is (204,65,6). Sum of RGB (Red+Green+Blue) = 204+65+6=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4106 is #33BEF9. Grayscale: #646464. Windows color (decimal): -3391226 or 410060. OLE color: 410060.

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

Color convert

RGB 204 65 6 -
CMYK 0 0.68 0.97 0.2
HSL 17.88º 0.94% 0.41% -
HSV(B) 17.88º 0.97% 0.8% -
XYZ 26.83 16.63 1.97 -
YUV 99.84 75.05 202.3 -
System Red Green Blue C M Y K H S L
Decimal 204 65 6 0 0.68 0.97 0.2 17.88 0.94 0.41
Hex CC 41 6 0 44 61 14 12 5E 29
Octal 314 101 6 0 104 141 24 22 136 51
Binary 11001100 1000001 110 0 1000100 1100001 10100 10010 1011110 101001

Color Harmonies of #CC4106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4106

Black with #CC4106

Text Example


Text Example

White with #CC4106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4106; }

 p { color: rgb(204,65,6); }

 H1.HeaderClassName
 {
   color: #CC4106;
 }
 .AnyTagClassName
 {
   color: #CC4106;
 }
</style>

background-color css

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

 a { background-color: rgb(204,65,6); }

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

border-color css

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

 span { border-color: rgb(204,65,6); }

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