Html Css Color HEX #CA5514 Tenne (Tawny)

📋 copy color: '#CA5514'

red 202 ◦ green 85 ◦ blue 20

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

Shades of Tenne (Tawny) #CA5514

Tints of Tenne (Tawny) #CA5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 65.8%
G = 27.69%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA5514 (or 0xCA5514) is known color: Tenne (Tawny). HEX triplet: CA, 55 and 14. RGB value is (202,85,20). Sum of RGB (Red+Green+Blue) = 202+85+20=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5514 is #35AAEB. Grayscale: #707070. Windows color (decimal): -3517164 or 1332682. OLE color: 1332682.

HSL color Cylindrical-coordinate representation of color #CA5514: hue angle of 21.43º degrees, saturation: 0.82, 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 #CA5514 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 20 -
CMYK 0 0.58 0.90 0.21
HSL 21.43º 0.82% 0.44% -
HSV(B) 21.43º 0.9% 0.79% -
XYZ 27.73 19.1 2.89 -
YUV 112.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 202 85 20 0 0.58 0.90 0.21 21.43 0.82 0.44
Hex CA 55 14 0 3A 5A 15 15 52 2C
Octal 312 125 24 0 72 132 25 25 122 54
Binary 11001010 1010101 10100 0 111010 1011010 10101 10101 1010010 101100

Color Harmonies of #CA5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5514

Black with #CA5514

Text Example


Text Example

White with #CA5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5514; }

 p { color: rgb(202,85,20); }

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

background-color css

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

 a { background-color: rgb(202,85,20); }

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

border-color css

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

 span { border-color: rgb(202,85,20); }

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