Html Css Color HEX #CA4C10 Tenne (Tawny)

📋 copy color: '#CA4C10'

red 202 ◦ green 76 ◦ blue 16

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

Shades of Tenne (Tawny) #CA4C10

Tints of Tenne (Tawny) #CA4C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.85%

 BLUE value IS 16 (6.64% from 255) = 5.44%

R = 68.71%
G = 25.85%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA4C10 (or 0xCA4C10) is known color: Tenne (Tawny). HEX triplet: CA, 4C and 10. RGB value is (202,76,16). Sum of RGB (Red+Green+Blue) = 202+76+16=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4C10 is #35B3EF. Grayscale: #6B6B6B. Windows color (decimal): -3519472 or 1068234. OLE color: 1068234.

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

Color convert

RGB 202 76 16 -
CMYK 0 0.62 0.92 0.21
HSL 19.35º 0.85% 0.43% -
HSV(B) 19.35º 0.92% 0.79% -
XYZ 27.04 17.76 2.49 -
YUV 106.83 76.74 195.88 -
System Red Green Blue C M Y K H S L
Decimal 202 76 16 0 0.62 0.92 0.21 19.35 0.85 0.43
Hex CA 4C 10 0 3E 5C 15 13 55 2B
Octal 312 114 20 0 76 134 25 23 125 53
Binary 11001010 1001100 10000 0 111110 1011100 10101 10011 1010101 101011

Color Harmonies of #CA4C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4C10

Black with #CA4C10

Text Example


Text Example

White with #CA4C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4C10; }

 p { color: rgb(202,76,16); }

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

background-color css

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

 a { background-color: rgb(202,76,16); }

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

border-color css

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

 span { border-color: rgb(202,76,16); }

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