Html Css Color HEX #CC4303 Tenne (Tawny)

📋 copy color: '#CC4303'

red 204 ◦ green 67 ◦ blue 3

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

Shades of Tenne (Tawny) #CC4303

Tints of Tenne (Tawny) #CC4303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

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

R = 74.45%
G = 24.45%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC4303 (or 0xCC4303) is known color: Tenne (Tawny). HEX triplet: CC, 43 and 03. RGB value is (204,67,3). Sum of RGB (Red+Green+Blue) = 204+67+3=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4303 is #33BCFC. Grayscale: #656565. Windows color (decimal): -3390717 or 213964. OLE color: 213964.

HSL color Cylindrical-coordinate representation of color #CC4303: hue angle of 19.1º 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 #CC4303 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 67 3 -
CMYK 0 0.67 0.99 0.2
HSL 19.1º 0.97% 0.41% -
HSV(B) 19.1º 0.99% 0.8% -
XYZ 26.93 16.86 1.92 -
YUV 100.67 72.89 201.7 -
System Red Green Blue C M Y K H S L
Decimal 204 67 3 0 0.67 0.99 0.2 19.1 0.97 0.41
Hex CC 43 3 0 43 63 14 13 61 29
Octal 314 103 3 0 103 143 24 23 141 51
Binary 11001100 1000011 11 0 1000011 1100011 10100 10011 1100001 101001

Color Harmonies of #CC4303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4303

Black with #CC4303

Text Example


Text Example

White with #CC4303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4303; }

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

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

background-color css

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

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

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

border-color css

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

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

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