Html Css Color HEX #CA560D Tenne (Tawny)

📋 copy color: '#CA560D'

red 202 ◦ green 86 ◦ blue 13

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

Shades of Tenne (Tawny) #CA560D

Tints of Tenne (Tawny) #CA560D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 67.11%
G = 28.57%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA560D (or 0xCA560D) is known color: Tenne (Tawny). HEX triplet: CA, 56 and 0D. RGB value is (202,86,13). Sum of RGB (Red+Green+Blue) = 202+86+13=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA560D is #35A9F2. Grayscale: #707070. Windows color (decimal): -3516915 or 874186. OLE color: 874186.

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

Color convert

RGB 202 86 13 -
CMYK 0 0.57 0.94 0.21
HSL 23.17º 0.88% 0.42% -
HSV(B) 23.17º 0.94% 0.79% -
XYZ 27.76 19.24 2.63 -
YUV 112.36 71.93 191.94 -
System Red Green Blue C M Y K H S L
Decimal 202 86 13 0 0.57 0.94 0.21 23.17 0.88 0.42
Hex CA 56 D 0 39 5E 15 17 58 2A
Octal 312 126 15 0 71 136 25 27 130 52
Binary 11001010 1010110 1101 0 111001 1011110 10101 10111 1011000 101010

Color Harmonies of #CA560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA560D

Black with #CA560D

Text Example


Text Example

White with #CA560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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