Html Css Color HEX #CA5315 Tenne (Tawny)

📋 copy color: '#CA5315'

red 202 ◦ green 83 ◦ blue 21

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

Shades of Tenne (Tawny) #CA5315

Tints of Tenne (Tawny) #CA5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

 BLUE value IS 21 (8.59% from 255) = 6.86%

R = 66.01%
G = 27.12%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA5315 (or 0xCA5315) is known color: Tenne (Tawny). HEX triplet: CA, 53 and 15. RGB value is (202,83,21). Sum of RGB (Red+Green+Blue) = 202+83+21=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5315 is #35ACEA. Grayscale: #6F6F6F. Windows color (decimal): -3517675 or 1397706. OLE color: 1397706.

HSL color Cylindrical-coordinate representation of color #CA5315: hue angle of 20.55º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA5315 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 83 21 -
CMYK 0 0.59 0.90 0.21
HSL 20.55º 0.81% 0.44% -
HSV(B) 20.55º 0.9% 0.79% -
XYZ 27.59 18.8 2.88 -
YUV 111.51 76.92 192.54 -
System Red Green Blue C M Y K H S L
Decimal 202 83 21 0 0.59 0.90 0.21 20.55 0.81 0.44
Hex CA 53 15 0 3B 5A 15 15 51 2C
Octal 312 123 25 0 73 132 25 25 121 54
Binary 11001010 1010011 10101 0 111011 1011010 10101 10101 1010001 101100

Color Harmonies of #CA5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5315

Black with #CA5315

Text Example


Text Example

White with #CA5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5315; }

 p { color: rgb(202,83,21); }

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

background-color css

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

 a { background-color: rgb(202,83,21); }

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

border-color css

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

 span { border-color: rgb(202,83,21); }

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