Html Css Color HEX #CA5004 Tenne (Tawny)

📋 copy color: '#CA5004'

red 202 ◦ green 80 ◦ blue 4

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

Shades of Tenne (Tawny) #CA5004

Tints of Tenne (Tawny) #CA5004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 70.63%
G = 27.97%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA5004 (or 0xCA5004) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 04. RGB value is (202,80,4). Sum of RGB (Red+Green+Blue) = 202+80+4=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5004 is #35AFFB. Grayscale: #6C6C6C. Windows color (decimal): -3518460 or 282826. OLE color: 282826.

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

Color convert

RGB 202 80 4 -
CMYK 0 0.60 0.98 0.21
HSL 23.03º 0.96% 0.4% -
HSV(B) 23.03º 0.98% 0.79% -
XYZ 27.25 18.3 2.21 -
YUV 107.81 69.42 195.18 -
System Red Green Blue C M Y K H S L
Decimal 202 80 4 0 0.60 0.98 0.21 23.03 0.96 0.4
Hex CA 50 4 0 3C 62 15 17 60 28
Octal 312 120 4 0 74 142 25 27 140 50
Binary 11001010 1010000 100 0 111100 1100010 10101 10111 1100000 101000

Color Harmonies of #CA5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5004

Black with #CA5004

Text Example


Text Example

White with #CA5004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5004; }

 p { color: rgb(202,80,4); }

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

background-color css

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

 a { background-color: rgb(202,80,4); }

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

border-color css

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

 span { border-color: rgb(202,80,4); }

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