Html Css Color HEX #CA5311 Tenne (Tawny)

📋 copy color: '#CA5311'

red 202 ◦ green 83 ◦ blue 17

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

Shades of Tenne (Tawny) #CA5311

Tints of Tenne (Tawny) #CA5311

RGB

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

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

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

R = 66.89%
G = 27.48%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA5311 (or 0xCA5311) is known color: Tenne (Tawny). HEX triplet: CA, 53 and 11. RGB value is (202,83,17). Sum of RGB (Red+Green+Blue) = 202+83+17=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5311 is #35ACEE. Grayscale: #6F6F6F. Windows color (decimal): -3517679 or 1135562. OLE color: 1135562.

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

Color convert

RGB 202 83 17 -
CMYK 0 0.59 0.92 0.21
HSL 21.41º 0.84% 0.43% -
HSV(B) 21.41º 0.92% 0.79% -
XYZ 27.55 18.78 2.7 -
YUV 111.06 74.92 192.87 -
System Red Green Blue C M Y K H S L
Decimal 202 83 17 0 0.59 0.92 0.21 21.41 0.84 0.43
Hex CA 53 11 0 3B 5C 15 15 54 2B
Octal 312 123 21 0 73 134 25 25 124 53
Binary 11001010 1010011 10001 0 111011 1011100 10101 10101 1010100 101011

Color Harmonies of #CA5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5311

Black with #CA5311

Text Example


Text Example

White with #CA5311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5311; }

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

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

background-color css

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

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

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

border-color css

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

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

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