Html Css Color HEX #CA5400 Tenne (Tawny)

📋 copy color: '#CA5400'

red 202 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #CA5400

Tints of Tenne (Tawny) #CA5400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.63%
G = 29.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA5400 (or 0xCA5400) is known color: Tenne (Tawny). HEX triplet: CA, 54 and 00. RGB value is (202,84,0). Sum of RGB (Red+Green+Blue) = 202+84+0=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5400 is #35ABFF. Grayscale: #6E6E6E. Windows color (decimal): -3517440 or 21706. OLE color: 21706.

HSL color Cylindrical-coordinate representation of color #CA5400: hue angle of 24.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA5400 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 84 0 -
CMYK 0 0.58 1 0.21
HSL 24.95º 1% 0.4% -
HSV(B) 24.95º 1% 0.79% -
XYZ 27.53 18.9 2.2 -
YUV 109.71 66.09 193.83 -
System Red Green Blue C M Y K H S L
Decimal 202 84 0 0 0.58 1 0.21 24.95 1 0.4
Hex CA 54 0 0 3A 64 15 19 64 28
Octal 312 124 0 0 72 144 25 31 144 50
Binary 11001010 1010100 0 0 111010 1100100 10101 11001 1100100 101000

Color Harmonies of #CA5400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5400

Black with #CA5400

Text Example


Text Example

White with #CA5400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5400; }

 p { color: rgb(202,84,0); }

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

background-color css

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

 a { background-color: rgb(202,84,0); }

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

border-color css

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

 span { border-color: rgb(202,84,0); }

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