Html Css Color HEX #CA5003 Tenne (Tawny)

📋 copy color: '#CA5003'

red 202 ◦ green 80 ◦ blue 3

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

Shades of Tenne (Tawny) #CA5003

Tints of Tenne (Tawny) #CA5003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 70.88%
G = 28.07%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA5003 (or 0xCA5003) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 03. RGB value is (202,80,3). Sum of RGB (Red+Green+Blue) = 202+80+3=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5003 is #35AFFC. Grayscale: #6C6C6C. Windows color (decimal): -3518461 or 217290. OLE color: 217290.

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

Color convert

RGB 202 80 3 -
CMYK 0 0.60 0.99 0.21
HSL 23.22º 0.97% 0.4% -
HSV(B) 23.22º 0.99% 0.79% -
XYZ 27.24 18.3 2.18 -
YUV 107.7 68.92 195.26 -
System Red Green Blue C M Y K H S L
Decimal 202 80 3 0 0.60 0.99 0.21 23.22 0.97 0.4
Hex CA 50 3 0 3C 63 15 17 61 28
Octal 312 120 3 0 74 143 25 27 141 50
Binary 11001010 1010000 11 0 111100 1100011 10101 10111 1100001 101000

Color Harmonies of #CA5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5003

Black with #CA5003

Text Example


Text Example

White with #CA5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5003; }

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

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

background-color css

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

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

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

border-color css

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

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

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