Html Css Color HEX #CC4203 Tenne (Tawny)

📋 copy color: '#CC4203'

red 204 ◦ green 66 ◦ blue 3

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

Shades of Tenne (Tawny) #CC4203

Tints of Tenne (Tawny) #CC4203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

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

R = 74.73%
G = 24.18%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC4203 (or 0xCC4203) is known color: Tenne (Tawny). HEX triplet: CC, 42 and 03. RGB value is (204,66,3). Sum of RGB (Red+Green+Blue) = 204+66+3=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4203 is #33BDFC. Grayscale: #646464. Windows color (decimal): -3390973 or 213708. OLE color: 213708.

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

Color convert

RGB 204 66 3 -
CMYK 0 0.68 0.99 0.2
HSL 18.81º 0.97% 0.41% -
HSV(B) 18.81º 0.99% 0.8% -
XYZ 26.87 16.74 1.9 -
YUV 100.08 73.22 202.12 -
System Red Green Blue C M Y K H S L
Decimal 204 66 3 0 0.68 0.99 0.2 18.81 0.97 0.41
Hex CC 42 3 0 44 63 14 13 61 29
Octal 314 102 3 0 104 143 24 23 141 51
Binary 11001100 1000010 11 0 1000100 1100011 10100 10011 1100001 101001

Color Harmonies of #CC4203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4203

Black with #CC4203

Text Example


Text Example

White with #CC4203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4203; }

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

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

background-color css

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

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

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

border-color css

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

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

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