Html Css Color HEX #CA4E13 Tenne (Tawny)

📋 copy color: '#CA4E13'

red 202 ◦ green 78 ◦ blue 19

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

Shades of Tenne (Tawny) #CA4E13

Tints of Tenne (Tawny) #CA4E13

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.09%

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

R = 67.56%
G = 26.09%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA4E13 (or 0xCA4E13) is known color: Tenne (Tawny). HEX triplet: CA, 4E and 13. RGB value is (202,78,19). Sum of RGB (Red+Green+Blue) = 202+78+19=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4E13 is #35B1EC. Grayscale: #6C6C6C. Windows color (decimal): -3518957 or 1265354. OLE color: 1265354.

HSL color Cylindrical-coordinate representation of color #CA4E13: hue angle of 19.34º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA4E13 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 78 19 -
CMYK 0 0.61 0.91 0.21
HSL 19.34º 0.83% 0.43% -
HSV(B) 19.34º 0.91% 0.79% -
XYZ 27.2 18.05 2.67 -
YUV 108.35 77.58 194.8 -
System Red Green Blue C M Y K H S L
Decimal 202 78 19 0 0.61 0.91 0.21 19.34 0.83 0.43
Hex CA 4E 13 0 3D 5B 15 13 53 2B
Octal 312 116 23 0 75 133 25 23 123 53
Binary 11001010 1001110 10011 0 111101 1011011 10101 10011 1010011 101011

Color Harmonies of #CA4E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4E13

Black with #CA4E13

Text Example


Text Example

White with #CA4E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4E13; }

 p { color: rgb(202,78,19); }

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

background-color css

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

 a { background-color: rgb(202,78,19); }

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

border-color css

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

 span { border-color: rgb(202,78,19); }

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