Html Css Color HEX #CA4806 Tenne (Tawny)

📋 copy color: '#CA4806'

red 202 ◦ green 72 ◦ blue 6

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

Shades of Tenne (Tawny) #CA4806

Tints of Tenne (Tawny) #CA4806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 72.14%
G = 25.71%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA4806 (or 0xCA4806) is known color: Tenne (Tawny). HEX triplet: CA, 48 and 06. RGB value is (202,72,6). Sum of RGB (Red+Green+Blue) = 202+72+6=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4806 is #35B7F9. Grayscale: #676767. Windows color (decimal): -3520506 or 411850. OLE color: 411850.

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

Color convert

RGB 202 72 6 -
CMYK 0 0.64 0.97 0.21
HSL 20.2º 0.94% 0.41% -
HSV(B) 20.2º 0.97% 0.79% -
XYZ 26.71 17.2 2.09 -
YUV 103.35 73.07 198.37 -
System Red Green Blue C M Y K H S L
Decimal 202 72 6 0 0.64 0.97 0.21 20.2 0.94 0.41
Hex CA 48 6 0 40 61 15 14 5E 29
Octal 312 110 6 0 100 141 25 24 136 51
Binary 11001010 1001000 110 0 1000000 1100001 10101 10100 1011110 101001

Color Harmonies of #CA4806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4806

Black with #CA4806

Text Example


Text Example

White with #CA4806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4806; }

 p { color: rgb(202,72,6); }

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

background-color css

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

 a { background-color: rgb(202,72,6); }

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

border-color css

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

 span { border-color: rgb(202,72,6); }

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