Html Css Color HEX #CC570A Tenne (Tawny)

📋 copy color: '#CC570A'

red 204 ◦ green 87 ◦ blue 10

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

Shades of Tenne (Tawny) #CC570A

Tints of Tenne (Tawny) #CC570A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 67.77%
G = 28.9%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC570A (or 0xCC570A) is known color: Tenne (Tawny). HEX triplet: CC, 57 and 0A. RGB value is (204,87,10). Sum of RGB (Red+Green+Blue) = 204+87+10=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC570A is #33A8F5. Grayscale: #717171. Windows color (decimal): -3385590 or 677836. OLE color: 677836.

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

Color convert

RGB 204 87 10 -
CMYK 0 0.57 0.95 0.2
HSL 23.81º 0.91% 0.42% -
HSV(B) 23.81º 0.95% 0.8% -
XYZ 28.36 19.68 2.59 -
YUV 113.21 69.76 192.76 -
System Red Green Blue C M Y K H S L
Decimal 204 87 10 0 0.57 0.95 0.2 23.81 0.91 0.42
Hex CC 57 A 0 39 5F 14 18 5B 2A
Octal 314 127 12 0 71 137 24 30 133 52
Binary 11001100 1010111 1010 0 111001 1011111 10100 11000 1011011 101010

Color Harmonies of #CC570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC570A

Black with #CC570A

Text Example


Text Example

White with #CC570A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC570A; }

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

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

background-color css

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

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

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

border-color css

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

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

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