Html Css Color HEX #CC4503 Tenne (Tawny)

📋 copy color: '#CC4503'

red 204 ◦ green 69 ◦ blue 3

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

Shades of Tenne (Tawny) #CC4503

Tints of Tenne (Tawny) #CC4503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25%

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 73.91%
G = 25%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC4503 (or 0xCC4503) is known color: Tenne (Tawny). HEX triplet: CC, 45 and 03. RGB value is (204,69,3). Sum of RGB (Red+Green+Blue) = 204+69+3=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4503 is #33BAFC. Grayscale: #666666. Windows color (decimal): -3390205 or 214476. OLE color: 214476.

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

Color convert

RGB 204 69 3 -
CMYK 0 0.66 0.99 0.2
HSL 19.7º 0.97% 0.41% -
HSV(B) 19.7º 0.99% 0.8% -
XYZ 27.05 17.1 1.96 -
YUV 101.84 72.23 200.87 -
System Red Green Blue C M Y K H S L
Decimal 204 69 3 0 0.66 0.99 0.2 19.7 0.97 0.41
Hex CC 45 3 0 42 63 14 14 61 29
Octal 314 105 3 0 102 143 24 24 141 51
Binary 11001100 1000101 11 0 1000010 1100011 10100 10100 1100001 101001

Color Harmonies of #CC4503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4503

Black with #CC4503

Text Example


Text Example

White with #CC4503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4503; }

 p { color: rgb(204,69,3); }

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

background-color css

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

 a { background-color: rgb(204,69,3); }

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

border-color css

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

 span { border-color: rgb(204,69,3); }

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