Html Css Color HEX #CC580D Tenne (Tawny)

📋 copy color: '#CC580D'

red 204 ◦ green 88 ◦ blue 13

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

Shades of Tenne (Tawny) #CC580D

Tints of Tenne (Tawny) #CC580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

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

R = 66.89%
G = 28.85%
B = 4.26%

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

#CC580D (or 0xCC580D) is known color: Tenne (Tawny). HEX triplet: CC, 58 and 0D. RGB value is (204,88,13). Sum of RGB (Red+Green+Blue) = 204+88+13=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC580D is #33A7F2. Grayscale: #727272. Windows color (decimal): -3385331 or 874700. OLE color: 874700.

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

Color convert

RGB 204 88 13 -
CMYK 0 0.57 0.94 0.2
HSL 23.56º 0.88% 0.43% -
HSV(B) 23.56º 0.94% 0.8% -
XYZ 28.46 19.85 2.71 -
YUV 114.13 70.93 192.1 -
System Red Green Blue C M Y K H S L
Decimal 204 88 13 0 0.57 0.94 0.2 23.56 0.88 0.43
Hex CC 58 D 0 39 5E 14 18 58 2B
Octal 314 130 15 0 71 136 24 30 130 53
Binary 11001100 1011000 1101 0 111001 1011110 10100 11000 1011000 101011

Color Harmonies of #CC580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC580D

Black with #CC580D

Text Example


Text Example

White with #CC580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC580D; }

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

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

background-color css

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

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

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

border-color css

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

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

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