Html Css Color HEX #CC4302 Tenne (Tawny)

📋 copy color: '#CC4302'

red 204 ◦ green 67 ◦ blue 2

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

Shades of Tenne (Tawny) #CC4302

Tints of Tenne (Tawny) #CC4302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 74.73%
G = 24.54%
B = 0.73%

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

#CC4302 (or 0xCC4302) is known color: Tenne (Tawny). HEX triplet: CC, 43 and 02. RGB value is (204,67,2). Sum of RGB (Red+Green+Blue) = 204+67+2=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4302 is #33BCFD. Grayscale: #646464. Windows color (decimal): -3390718 or 148428. OLE color: 148428.

HSL color Cylindrical-coordinate representation of color #CC4302: hue angle of 19.31º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC4302 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 67 2 -
CMYK 0 0.67 0.99 0.2
HSL 19.31º 0.98% 0.4% -
HSV(B) 19.31º 0.99% 0.8% -
XYZ 26.92 16.86 1.89 -
YUV 100.55 72.39 201.79 -
System Red Green Blue C M Y K H S L
Decimal 204 67 2 0 0.67 0.99 0.2 19.31 0.98 0.4
Hex CC 43 2 0 43 63 14 13 62 28
Octal 314 103 2 0 103 143 24 23 142 50
Binary 11001100 1000011 10 0 1000011 1100011 10100 10011 1100010 101000

Color Harmonies of #CC4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4302

Black with #CC4302

Text Example


Text Example

White with #CC4302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4302; }

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

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

background-color css

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

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

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

border-color css

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

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

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