Html Css Color HEX #CA560C Tenne (Tawny)

📋 copy color: '#CA560C'

red 202 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #CA560C

Tints of Tenne (Tawny) #CA560C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4%

R = 67.33%
G = 28.67%
B = 4%

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

#CA560C (or 0xCA560C) is known color: Tenne (Tawny). HEX triplet: CA, 56 and 0C. RGB value is (202,86,12). Sum of RGB (Red+Green+Blue) = 202+86+12=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA560C is #35A9F3. Grayscale: #707070. Windows color (decimal): -3516916 or 808650. OLE color: 808650.

HSL color Cylindrical-coordinate representation of color #CA560C: hue angle of 23.37º degrees, saturation: 0.89, 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 #CA560C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 86 12 -
CMYK 0 0.57 0.94 0.21
HSL 23.37º 0.89% 0.42% -
HSV(B) 23.37º 0.94% 0.79% -
XYZ 27.75 19.24 2.6 -
YUV 112.25 71.43 192.02 -
System Red Green Blue C M Y K H S L
Decimal 202 86 12 0 0.57 0.94 0.21 23.37 0.89 0.42
Hex CA 56 C 0 39 5E 15 17 59 2A
Octal 312 126 14 0 71 136 25 27 131 52
Binary 11001010 1010110 1100 0 111001 1011110 10101 10111 1011001 101010

Color Harmonies of #CA560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA560C

Black with #CA560C

Text Example


Text Example

White with #CA560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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