Html Css Color HEX #CA5017 Tenne (Tawny)

📋 copy color: '#CA5017'

red 202 ◦ green 80 ◦ blue 23

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

Shades of Tenne (Tawny) #CA5017

Tints of Tenne (Tawny) #CA5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.54%

R = 66.23%
G = 26.23%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA5017 (or 0xCA5017) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 17. RGB value is (202,80,23). Sum of RGB (Red+Green+Blue) = 202+80+23=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5017 is #35AFE8. Grayscale: #6E6E6E. Windows color (decimal): -3518441 or 1528010. OLE color: 1528010.

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

Color convert

RGB 202 80 23 -
CMYK 0 0.60 0.89 0.21
HSL 19.11º 0.8% 0.44% -
HSV(B) 19.11º 0.89% 0.79% -
XYZ 27.38 18.36 2.91 -
YUV 109.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 202 80 23 0 0.60 0.89 0.21 19.11 0.8 0.44
Hex CA 50 17 0 3C 59 15 13 50 2C
Octal 312 120 27 0 74 131 25 23 120 54
Binary 11001010 1010000 10111 0 111100 1011001 10101 10011 1010000 101100

Color Harmonies of #CA5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5017

Black with #CA5017

Text Example


Text Example

White with #CA5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5017; }

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

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

background-color css

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

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

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

border-color css

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

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

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