Html Css Color HEX #CA560E Tenne (Tawny)

📋 copy color: '#CA560E'

red 202 ◦ green 86 ◦ blue 14

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

Shades of Tenne (Tawny) #CA560E

Tints of Tenne (Tawny) #CA560E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.48%

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 66.89%
G = 28.48%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA560E (or 0xCA560E) is known color: Tenne (Tawny). HEX triplet: CA, 56 and 0E. RGB value is (202,86,14). Sum of RGB (Red+Green+Blue) = 202+86+14=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA560E is #35A9F1. Grayscale: #707070. Windows color (decimal): -3516914 or 939722. OLE color: 939722.

HSL color Cylindrical-coordinate representation of color #CA560E: hue angle of 22.98º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA560E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 86 14 -
CMYK 0 0.57 0.93 0.21
HSL 22.98º 0.87% 0.42% -
HSV(B) 22.98º 0.93% 0.79% -
XYZ 27.76 19.24 2.67 -
YUV 112.48 72.43 191.85 -
System Red Green Blue C M Y K H S L
Decimal 202 86 14 0 0.57 0.93 0.21 22.98 0.87 0.42
Hex CA 56 E 0 39 5D 15 17 57 2A
Octal 312 126 16 0 71 135 25 27 127 52
Binary 11001010 1010110 1110 0 111001 1011101 10101 10111 1010111 101010

Color Harmonies of #CA560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA560E

Black with #CA560E

Text Example


Text Example

White with #CA560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA560E; }

 p { color: rgb(202,86,14); }

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

background-color css

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

 a { background-color: rgb(202,86,14); }

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

border-color css

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

 span { border-color: rgb(202,86,14); }

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