Html Css Color HEX #CC4C03 Tenne (Tawny)

📋 copy color: '#CC4C03'

red 204 ◦ green 76 ◦ blue 3

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

Shades of Tenne (Tawny) #CC4C03

Tints of Tenne (Tawny) #CC4C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

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

R = 72.08%
G = 26.86%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC4C03 (or 0xCC4C03) is known color: Tenne (Tawny). HEX triplet: CC, 4C and 03. RGB value is (204,76,3). Sum of RGB (Red+Green+Blue) = 204+76+3=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4C03 is #33B3FC. Grayscale: #6A6A6A. Windows color (decimal): -3388413 or 216268. OLE color: 216268.

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

Color convert

RGB 204 76 3 -
CMYK 0 0.63 0.99 0.2
HSL 21.79º 0.97% 0.41% -
HSV(B) 21.79º 0.99% 0.8% -
XYZ 27.5 18.01 2.11 -
YUV 105.95 69.91 197.94 -
System Red Green Blue C M Y K H S L
Decimal 204 76 3 0 0.63 0.99 0.2 21.79 0.97 0.41
Hex CC 4C 3 0 3F 63 14 16 61 29
Octal 314 114 3 0 77 143 24 26 141 51
Binary 11001100 1001100 11 0 111111 1100011 10100 10110 1100001 101001

Color Harmonies of #CC4C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C03

Black with #CC4C03

Text Example


Text Example

White with #CC4C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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