Html Css Color HEX #CA550E Tenne (Tawny)

📋 copy color: '#CA550E'

red 202 ◦ green 85 ◦ blue 14

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

Shades of Tenne (Tawny) #CA550E

Tints of Tenne (Tawny) #CA550E

RGB

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

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

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

R = 67.11%
G = 28.24%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA550E (or 0xCA550E) is known color: Tenne (Tawny). HEX triplet: CA, 55 and 0E. RGB value is (202,85,14). Sum of RGB (Red+Green+Blue) = 202+85+14=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA550E is #35AAF1. Grayscale: #707070. Windows color (decimal): -3517170 or 939466. OLE color: 939466.

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

Color convert

RGB 202 85 14 -
CMYK 0 0.58 0.93 0.21
HSL 22.66º 0.87% 0.42% -
HSV(B) 22.66º 0.93% 0.79% -
XYZ 27.68 19.09 2.64 -
YUV 111.89 72.76 192.27 -
System Red Green Blue C M Y K H S L
Decimal 202 85 14 0 0.58 0.93 0.21 22.66 0.87 0.42
Hex CA 55 E 0 3A 5D 15 17 57 2A
Octal 312 125 16 0 72 135 25 27 127 52
Binary 11001010 1010101 1110 0 111010 1011101 10101 10111 1010111 101010

Color Harmonies of #CA550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA550E

Black with #CA550E

Text Example


Text Example

White with #CA550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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