Html Css Color HEX #CC4D03 Tenne (Tawny)

📋 copy color: '#CC4D03'

red 204 ◦ green 77 ◦ blue 3

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

Shades of Tenne (Tawny) #CC4D03

Tints of Tenne (Tawny) #CC4D03

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.11%

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

R = 71.83%
G = 27.11%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC4D03 (or 0xCC4D03) is known color: Tenne (Tawny). HEX triplet: CC, 4D and 03. RGB value is (204,77,3). Sum of RGB (Red+Green+Blue) = 204+77+3=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4D03 is #33B2FC. Grayscale: #6A6A6A. Windows color (decimal): -3388157 or 216524. OLE color: 216524.

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

Color convert

RGB 204 77 3 -
CMYK 0 0.62 0.99 0.2
HSL 22.09º 0.97% 0.41% -
HSV(B) 22.09º 0.99% 0.8% -
XYZ 27.57 18.15 2.14 -
YUV 106.54 69.58 197.52 -
System Red Green Blue C M Y K H S L
Decimal 204 77 3 0 0.62 0.99 0.2 22.09 0.97 0.41
Hex CC 4D 3 0 3E 63 14 16 61 29
Octal 314 115 3 0 76 143 24 26 141 51
Binary 11001100 1001101 11 0 111110 1100011 10100 10110 1100001 101001

Color Harmonies of #CC4D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4D03

Black with #CC4D03

Text Example


Text Example

White with #CC4D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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