Html Css Color HEX #CA5E0E Tenne (Tawny)

📋 copy color: '#CA5E0E'

red 202 ◦ green 94 ◦ blue 14

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

Shades of Tenne (Tawny) #CA5E0E

Tints of Tenne (Tawny) #CA5E0E

RGB

 RED value IS 202 (79.3% from 255) = 65.16%

 GREEN value IS 94 (37.11% from 255) = 30.32%

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 65.16%
G = 30.32%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA5E0E (or 0xCA5E0E) is known color: Tenne (Tawny). HEX triplet: CA, 5E and 0E. RGB value is (202,94,14). Sum of RGB (Red+Green+Blue) = 202+94+14=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E0E is #35A1F1. Grayscale: #757575. Windows color (decimal): -3514866 or 941770. OLE color: 941770.

HSL color Cylindrical-coordinate representation of color #CA5E0E: hue angle of 25.53º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA5E0E is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 94 14 -
CMYK 0 0.53 0.93 0.21
HSL 25.53º 0.87% 0.42% -
HSV(B) 25.53º 0.93% 0.79% -
XYZ 28.44 20.59 2.89 -
YUV 117.17 69.78 188.5 -
System Red Green Blue C M Y K H S L
Decimal 202 94 14 0 0.53 0.93 0.21 25.53 0.87 0.42
Hex CA 5E E 0 35 5D 15 1A 57 2A
Octal 312 136 16 0 65 135 25 32 127 52
Binary 11001010 1011110 1110 0 110101 1011101 10101 11010 1010111 101010

Color Harmonies of #CA5E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E0E

Black with #CA5E0E

Text Example


Text Example

White with #CA5E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E0E; }

 p { color: rgb(202,94,14); }

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

background-color css

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

 a { background-color: rgb(202,94,14); }

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

border-color css

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

 span { border-color: rgb(202,94,14); }

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