Html Css Color HEX #CC5302 Tenne (Tawny)

📋 copy color: '#CC5302'

red 204 ◦ green 83 ◦ blue 2

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

Shades of Tenne (Tawny) #CC5302

Tints of Tenne (Tawny) #CC5302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

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

R = 70.59%
G = 28.72%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC5302 (or 0xCC5302) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 02. RGB value is (204,83,2). Sum of RGB (Red+Green+Blue) = 204+83+2=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5302 is #33ACFD. Grayscale: #6E6E6E. Windows color (decimal): -3386622 or 152524. OLE color: 152524.

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

Color convert

RGB 204 83 2 -
CMYK 0 0.59 0.99 0.2
HSL 24.06º 0.98% 0.4% -
HSV(B) 24.06º 0.99% 0.8% -
XYZ 28.01 19.03 2.25 -
YUV 109.95 67.09 195.09 -
System Red Green Blue C M Y K H S L
Decimal 204 83 2 0 0.59 0.99 0.2 24.06 0.98 0.4
Hex CC 53 2 0 3B 63 14 18 62 28
Octal 314 123 2 0 73 143 24 30 142 50
Binary 11001100 1010011 10 0 111011 1100011 10100 11000 1100010 101000

Color Harmonies of #CC5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5302

Black with #CC5302

Text Example


Text Example

White with #CC5302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5302; }

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

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

background-color css

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

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

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

border-color css

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

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

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