Html Css Color HEX #CA510F Tenne (Tawny)

📋 copy color: '#CA510F'

red 202 ◦ green 81 ◦ blue 15

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

Shades of Tenne (Tawny) #CA510F

Tints of Tenne (Tawny) #CA510F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 67.79%
G = 27.18%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA510F (or 0xCA510F) is known color: Tenne (Tawny). HEX triplet: CA, 51 and 0F. RGB value is (202,81,15). Sum of RGB (Red+Green+Blue) = 202+81+15=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA510F is #35AEF0. Grayscale: #6E6E6E. Windows color (decimal): -3518193 or 1003978. OLE color: 1003978.

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

Color convert

RGB 202 81 15 -
CMYK 0 0.60 0.93 0.21
HSL 21.18º 0.86% 0.43% -
HSV(B) 21.18º 0.93% 0.79% -
XYZ 27.39 18.48 2.57 -
YUV 109.66 74.59 193.87 -
System Red Green Blue C M Y K H S L
Decimal 202 81 15 0 0.60 0.93 0.21 21.18 0.86 0.43
Hex CA 51 F 0 3C 5D 15 15 56 2B
Octal 312 121 17 0 74 135 25 25 126 53
Binary 11001010 1010001 1111 0 111100 1011101 10101 10101 1010110 101011

Color Harmonies of #CA510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA510F

Black with #CA510F

Text Example


Text Example

White with #CA510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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