Html Css Color HEX #CC4A03 Tenne (Tawny)

📋 copy color: '#CC4A03'

red 204 ◦ green 74 ◦ blue 3

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

Shades of Tenne (Tawny) #CC4A03

Tints of Tenne (Tawny) #CC4A03

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.33%

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

R = 72.6%
G = 26.33%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC4A03 (or 0xCC4A03) is known color: Tenne (Tawny). HEX triplet: CC, 4A and 03. RGB value is (204,74,3). Sum of RGB (Red+Green+Blue) = 204+74+3=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A03 is #33B5FC. Grayscale: #696969. Windows color (decimal): -3388925 or 215756. OLE color: 215756.

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

Color convert

RGB 204 74 3 -
CMYK 0 0.64 0.99 0.2
HSL 21.19º 0.97% 0.41% -
HSV(B) 21.19º 0.99% 0.8% -
XYZ 27.37 17.74 2.07 -
YUV 104.78 70.57 198.77 -
System Red Green Blue C M Y K H S L
Decimal 204 74 3 0 0.64 0.99 0.2 21.19 0.97 0.41
Hex CC 4A 3 0 40 63 14 15 61 29
Octal 314 112 3 0 100 143 24 25 141 51
Binary 11001100 1001010 11 0 1000000 1100011 10100 10101 1100001 101001

Color Harmonies of #CC4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A03

Black with #CC4A03

Text Example


Text Example

White with #CC4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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