Html Css Color HEX #CC5814 Tenne (Tawny)

📋 copy color: '#CC5814'

red 204 ◦ green 88 ◦ blue 20

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

Shades of Tenne (Tawny) #CC5814

Tints of Tenne (Tawny) #CC5814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 65.38%
G = 28.21%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5814 (or 0xCC5814) is known color: Tenne (Tawny). HEX triplet: CC, 58 and 14. RGB value is (204,88,20). Sum of RGB (Red+Green+Blue) = 204+88+20=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5814 is #33A7EB. Grayscale: #737373. Windows color (decimal): -3385324 or 1333452. OLE color: 1333452.

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

Color convert

RGB 204 88 20 -
CMYK 0 0.57 0.90 0.2
HSL 22.17º 0.82% 0.44% -
HSV(B) 22.17º 0.9% 0.8% -
XYZ 28.52 19.87 2.99 -
YUV 114.93 74.43 191.53 -
System Red Green Blue C M Y K H S L
Decimal 204 88 20 0 0.57 0.90 0.2 22.17 0.82 0.44
Hex CC 58 14 0 39 5A 14 16 52 2C
Octal 314 130 24 0 71 132 24 26 122 54
Binary 11001100 1011000 10100 0 111001 1011010 10100 10110 1010010 101100

Color Harmonies of #CC5814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5814

Black with #CC5814

Text Example


Text Example

White with #CC5814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5814; }

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

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

background-color css

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

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

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

border-color css

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

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

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