Html Css Color HEX #CC5813 Tenne (Tawny)

📋 copy color: '#CC5813'

red 204 ◦ green 88 ◦ blue 19

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

Shades of Tenne (Tawny) #CC5813

Tints of Tenne (Tawny) #CC5813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 65.59%
G = 28.3%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5813 (or 0xCC5813) is known color: Tenne (Tawny). HEX triplet: CC, 58 and 13. RGB value is (204,88,19). Sum of RGB (Red+Green+Blue) = 204+88+19=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5813 is #33A7EC. Grayscale: #737373. Windows color (decimal): -3385325 or 1267916. OLE color: 1267916.

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

Color convert

RGB 204 88 19 -
CMYK 0 0.57 0.91 0.2
HSL 22.38º 0.83% 0.44% -
HSV(B) 22.38º 0.91% 0.8% -
XYZ 28.51 19.86 2.95 -
YUV 114.82 73.93 191.61 -
System Red Green Blue C M Y K H S L
Decimal 204 88 19 0 0.57 0.91 0.2 22.38 0.83 0.44
Hex CC 58 13 0 39 5B 14 16 53 2C
Octal 314 130 23 0 71 133 24 26 123 54
Binary 11001100 1011000 10011 0 111001 1011011 10100 10110 1010011 101100

Color Harmonies of #CC5813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5813

Black with #CC5813

Text Example


Text Example

White with #CC5813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5813; }

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

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

background-color css

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

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

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

border-color css

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

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

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