Html Css Color HEX #CC570E Tenne (Tawny)

📋 copy color: '#CC570E'

red 204 ◦ green 87 ◦ blue 14

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

Shades of Tenne (Tawny) #CC570E

Tints of Tenne (Tawny) #CC570E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 66.89%
G = 28.52%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC570E (or 0xCC570E) is known color: Tenne (Tawny). HEX triplet: CC, 57 and 0E. RGB value is (204,87,14). Sum of RGB (Red+Green+Blue) = 204+87+14=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC570E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC570E is #33A8F1. Grayscale: #727272. Windows color (decimal): -3385586 or 939980. OLE color: 939980.

HSL color Cylindrical-coordinate representation of color #CC570E: hue angle of 23.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC570E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 87 14 -
CMYK 0 0.57 0.93 0.2
HSL 23.05º 0.87% 0.43% -
HSV(B) 23.05º 0.93% 0.8% -
XYZ 28.39 19.69 2.72 -
YUV 113.66 71.76 192.44 -
System Red Green Blue C M Y K H S L
Decimal 204 87 14 0 0.57 0.93 0.2 23.05 0.87 0.43
Hex CC 57 E 0 39 5D 14 17 57 2B
Octal 314 127 16 0 71 135 24 27 127 53
Binary 11001100 1010111 1110 0 111001 1011101 10100 10111 1010111 101011

Color Harmonies of #CC570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC570E

Black with #CC570E

Text Example


Text Example

White with #CC570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC570E; }

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

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

background-color css

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

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

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

border-color css

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

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

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