Html Css Color HEX #CA4F12 Tenne (Tawny)

📋 copy color: '#CA4F12'

red 202 ◦ green 79 ◦ blue 18

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

Shades of Tenne (Tawny) #CA4F12

Tints of Tenne (Tawny) #CA4F12

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.42%

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 67.56%
G = 26.42%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA4F12 (or 0xCA4F12) is known color: Tenne (Tawny). HEX triplet: CA, 4F and 12. RGB value is (202,79,18). Sum of RGB (Red+Green+Blue) = 202+79+18=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4F12 is #35B0ED. Grayscale: #6D6D6D. Windows color (decimal): -3518702 or 1200074. OLE color: 1200074.

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

Color convert

RGB 202 79 18 -
CMYK 0 0.61 0.91 0.21
HSL 19.89º 0.84% 0.43% -
HSV(B) 19.89º 0.91% 0.79% -
XYZ 27.26 18.19 2.65 -
YUV 108.82 76.75 194.46 -
System Red Green Blue C M Y K H S L
Decimal 202 79 18 0 0.61 0.91 0.21 19.89 0.84 0.43
Hex CA 4F 12 0 3D 5B 15 14 54 2B
Octal 312 117 22 0 75 133 25 24 124 53
Binary 11001010 1001111 10010 0 111101 1011011 10101 10100 1010100 101011

Color Harmonies of #CA4F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4F12

Black with #CA4F12

Text Example


Text Example

White with #CA4F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4F12; }

 p { color: rgb(202,79,18); }

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

background-color css

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

 a { background-color: rgb(202,79,18); }

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

border-color css

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

 span { border-color: rgb(202,79,18); }

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