Html Css Color HEX #CA5615 Tenne (Tawny)

📋 copy color: '#CA5615'

red 202 ◦ green 86 ◦ blue 21

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

Shades of Tenne (Tawny) #CA5615

Tints of Tenne (Tawny) #CA5615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

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

R = 65.37%
G = 27.83%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA5615 (or 0xCA5615) is known color: Tenne (Tawny). HEX triplet: CA, 56 and 15. RGB value is (202,86,21). Sum of RGB (Red+Green+Blue) = 202+86+21=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5615 is #35A9EA. Grayscale: #717171. Windows color (decimal): -3516907 or 1398474. OLE color: 1398474.

HSL color Cylindrical-coordinate representation of color #CA5615: hue angle of 21.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 #CA5615 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 86 21 -
CMYK 0 0.57 0.90 0.21
HSL 21.55º 0.81% 0.44% -
HSV(B) 21.55º 0.9% 0.79% -
XYZ 27.82 19.27 2.96 -
YUV 113.27 75.93 191.29 -
System Red Green Blue C M Y K H S L
Decimal 202 86 21 0 0.57 0.90 0.21 21.55 0.81 0.44
Hex CA 56 15 0 39 5A 15 16 51 2C
Octal 312 126 25 0 71 132 25 26 121 54
Binary 11001010 1010110 10101 0 111001 1011010 10101 10110 1010001 101100

Color Harmonies of #CA5615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5615

Black with #CA5615

Text Example


Text Example

White with #CA5615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5615; }

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

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

background-color css

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

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

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

border-color css

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

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

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