Html Css Color HEX #CA4E10 Tenne (Tawny)

📋 copy color: '#CA4E10'

red 202 ◦ green 78 ◦ blue 16

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

Shades of Tenne (Tawny) #CA4E10

Tints of Tenne (Tawny) #CA4E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.41%

R = 68.24%
G = 26.35%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA4E10 (or 0xCA4E10) is known color: Tenne (Tawny). HEX triplet: CA, 4E and 10. RGB value is (202,78,16). Sum of RGB (Red+Green+Blue) = 202+78+16=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4E10 is #35B1EF. Grayscale: #6C6C6C. Windows color (decimal): -3518960 or 1068746. OLE color: 1068746.

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

Color convert

RGB 202 78 16 -
CMYK 0 0.61 0.92 0.21
HSL 20º 0.85% 0.43% -
HSV(B) 20º 0.92% 0.79% -
XYZ 27.18 18.04 2.54 -
YUV 108.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 202 78 16 0 0.61 0.92 0.21 20 0.85 0.43
Hex CA 4E 10 0 3D 5C 15 14 55 2B
Octal 312 116 20 0 75 134 25 24 125 53
Binary 11001010 1001110 10000 0 111101 1011100 10101 10100 1010101 101011

Color Harmonies of #CA4E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4E10

Black with #CA4E10

Text Example


Text Example

White with #CA4E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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