Html Css Color HEX #CC460F Harley Davidson Orange

📋 copy color: '#CC460F'

red 204 ◦ green 70 ◦ blue 15

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

Shades of Harley Davidson Orange #CC460F

Tints of Harley Davidson Orange #CC460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.22%

 BLUE value IS 15 (6.25% from 255) = 5.19%

R = 70.59%
G = 24.22%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC460F (or 0xCC460F) is known color: Harley Davidson Orange. HEX triplet: CC, 46 and 0F. RGB value is (204,70,15). Sum of RGB (Red+Green+Blue) = 204+70+15=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC460F is #33B9F0. Grayscale: #686868. Windows color (decimal): -3389937 or 1001164. OLE color: 1001164.

HSL color Cylindrical-coordinate representation of color #CC460F: hue angle of 17.46º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC460F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 70 15 -
CMYK 0 0.66 0.93 0.2
HSL 17.46º 0.86% 0.43% -
HSV(B) 17.46º 0.93% 0.8% -
XYZ 27.18 17.25 2.35 -
YUV 103.8 77.89 199.47 -
System Red Green Blue C M Y K H S L
Decimal 204 70 15 0 0.66 0.93 0.2 17.46 0.86 0.43
Hex CC 46 F 0 42 5D 14 11 56 2B
Octal 314 106 17 0 102 135 24 21 126 53
Binary 11001100 1000110 1111 0 1000010 1011101 10100 10001 1010110 101011

Color Harmonies of #CC460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC460F

Black with #CC460F

Text Example


Text Example

White with #CC460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC460F; }

 p { color: rgb(204,70,15); }

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

background-color css

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

 a { background-color: rgb(204,70,15); }

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

border-color css

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

 span { border-color: rgb(204,70,15); }

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