Html Css Color HEX #CC570D Tenne (Tawny)

📋 copy color: '#CC570D'

red 204 ◦ green 87 ◦ blue 13

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

Shades of Tenne (Tawny) #CC570D

Tints of Tenne (Tawny) #CC570D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 67.11%
G = 28.62%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC570D (or 0xCC570D) is known color: Tenne (Tawny). HEX triplet: CC, 57 and 0D. RGB value is (204,87,13). Sum of RGB (Red+Green+Blue) = 204+87+13=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC570D is #33A8F2. Grayscale: #717171. Windows color (decimal): -3385587 or 874444. OLE color: 874444.

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

Color convert

RGB 204 87 13 -
CMYK 0 0.57 0.94 0.2
HSL 23.25º 0.88% 0.43% -
HSV(B) 23.25º 0.94% 0.8% -
XYZ 28.38 19.68 2.68 -
YUV 113.55 71.26 192.52 -
System Red Green Blue C M Y K H S L
Decimal 204 87 13 0 0.57 0.94 0.2 23.25 0.88 0.43
Hex CC 57 D 0 39 5E 14 17 58 2B
Octal 314 127 15 0 71 136 24 27 130 53
Binary 11001100 1010111 1101 0 111001 1011110 10100 10111 1011000 101011

Color Harmonies of #CC570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC570D

Black with #CC570D

Text Example


Text Example

White with #CC570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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