Html Css Color HEX #CA5014 Tenne (Tawny)

📋 copy color: '#CA5014'

red 202 ◦ green 80 ◦ blue 20

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

Shades of Tenne (Tawny) #CA5014

Tints of Tenne (Tawny) #CA5014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 66.89%
G = 26.49%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA5014 (or 0xCA5014) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 14. RGB value is (202,80,20). Sum of RGB (Red+Green+Blue) = 202+80+20=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5014 is #35AFEB. Grayscale: #6D6D6D. Windows color (decimal): -3518444 or 1331402. OLE color: 1331402.

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

Color convert

RGB 202 80 20 -
CMYK 0 0.60 0.90 0.21
HSL 19.78º 0.82% 0.44% -
HSV(B) 19.78º 0.9% 0.79% -
XYZ 27.35 18.34 2.76 -
YUV 109.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 202 80 20 0 0.60 0.90 0.21 19.78 0.82 0.44
Hex CA 50 14 0 3C 5A 15 14 52 2C
Octal 312 120 24 0 74 132 25 24 122 54
Binary 11001010 1010000 10100 0 111100 1011010 10101 10100 1010010 101100

Color Harmonies of #CA5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5014

Black with #CA5014

Text Example


Text Example

White with #CA5014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5014; }

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

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

background-color css

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

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

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

border-color css

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

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

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