Html Css Color HEX #CA5105 Tenne (Tawny)

📋 copy color: '#CA5105'

red 202 ◦ green 81 ◦ blue 5

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

Shades of Tenne (Tawny) #CA5105

Tints of Tenne (Tawny) #CA5105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.13%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 70.14%
G = 28.13%
B = 1.74%

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

#CA5105 (or 0xCA5105) is known color: Tenne (Tawny). HEX triplet: CA, 51 and 05. RGB value is (202,81,5). Sum of RGB (Red+Green+Blue) = 202+81+5=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5105 is #35AEFA. Grayscale: #6C6C6C. Windows color (decimal): -3518203 or 348618. OLE color: 348618.

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

Color convert

RGB 202 81 5 -
CMYK 0 0.60 0.98 0.21
HSL 23.15º 0.95% 0.41% -
HSV(B) 23.15º 0.98% 0.79% -
XYZ 27.33 18.45 2.26 -
YUV 108.52 69.59 194.68 -
System Red Green Blue C M Y K H S L
Decimal 202 81 5 0 0.60 0.98 0.21 23.15 0.95 0.41
Hex CA 51 5 0 3C 62 15 17 5F 29
Octal 312 121 5 0 74 142 25 27 137 51
Binary 11001010 1010001 101 0 111100 1100010 10101 10111 1011111 101001

Color Harmonies of #CA5105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5105

Black with #CA5105

Text Example


Text Example

White with #CA5105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5105; }

 p { color: rgb(202,81,5); }

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

background-color css

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

 a { background-color: rgb(202,81,5); }

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

border-color css

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

 span { border-color: rgb(202,81,5); }

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