Html Css Color HEX #CC5702 Tenne (Tawny)

📋 copy color: '#CC5702'

red 204 ◦ green 87 ◦ blue 2

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

Shades of Tenne (Tawny) #CC5702

Tints of Tenne (Tawny) #CC5702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.69%

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

R = 69.62%
G = 29.69%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC5702 (or 0xCC5702) is known color: Tenne (Tawny). HEX triplet: CC, 57 and 02. RGB value is (204,87,2). Sum of RGB (Red+Green+Blue) = 204+87+2=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5702 is #33A8FD. Grayscale: #707070. Windows color (decimal): -3385598 or 153548. OLE color: 153548.

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

Color convert

RGB 204 87 2 -
CMYK 0 0.57 0.99 0.2
HSL 25.25º 0.98% 0.4% -
HSV(B) 25.25º 0.99% 0.8% -
XYZ 28.32 19.66 2.36 -
YUV 112.29 65.76 193.41 -
System Red Green Blue C M Y K H S L
Decimal 204 87 2 0 0.57 0.99 0.2 25.25 0.98 0.4
Hex CC 57 2 0 39 63 14 19 62 28
Octal 314 127 2 0 71 143 24 31 142 50
Binary 11001100 1010111 10 0 111001 1100011 10100 11001 1100010 101000

Color Harmonies of #CC5702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5702

Black with #CC5702

Text Example


Text Example

White with #CC5702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5702; }

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

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

background-color css

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

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

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

border-color css

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

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

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