Html Css Color HEX #CA4D11 Tenne (Tawny)

📋 copy color: '#CA4D11'

red 202 ◦ green 77 ◦ blue 17

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

Shades of Tenne (Tawny) #CA4D11

Tints of Tenne (Tawny) #CA4D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.01%

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 68.24%
G = 26.01%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA4D11 (or 0xCA4D11) is known color: Tenne (Tawny). HEX triplet: CA, 4D and 11. RGB value is (202,77,17). Sum of RGB (Red+Green+Blue) = 202+77+17=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4D11 is #35B2EE. Grayscale: #6B6B6B. Windows color (decimal): -3519215 or 1134026. OLE color: 1134026.

HSL color Cylindrical-coordinate representation of color #CA4D11: hue angle of 19.46º degrees, saturation: 0.84, 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 #CA4D11 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 77 17 -
CMYK 0 0.62 0.92 0.21
HSL 19.46º 0.84% 0.43% -
HSV(B) 19.46º 0.92% 0.79% -
XYZ 27.11 17.9 2.56 -
YUV 107.54 76.91 195.38 -
System Red Green Blue C M Y K H S L
Decimal 202 77 17 0 0.62 0.92 0.21 19.46 0.84 0.43
Hex CA 4D 11 0 3E 5C 15 13 54 2B
Octal 312 115 21 0 76 134 25 23 124 53
Binary 11001010 1001101 10001 0 111110 1011100 10101 10011 1010100 101011

Color Harmonies of #CA4D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D11

Black with #CA4D11

Text Example


Text Example

White with #CA4D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D11; }

 p { color: rgb(202,77,17); }

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

background-color css

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

 a { background-color: rgb(202,77,17); }

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

border-color css

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

 span { border-color: rgb(202,77,17); }

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