Html Css Color HEX #CA4606 Tenne (Tawny)

📋 copy color: '#CA4606'

red 202 ◦ green 70 ◦ blue 6

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

Shades of Tenne (Tawny) #CA4606

Tints of Tenne (Tawny) #CA4606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.18%

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

R = 72.66%
G = 25.18%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA4606 (or 0xCA4606) is known color: Tenne (Tawny). HEX triplet: CA, 46 and 06. RGB value is (202,70,6). Sum of RGB (Red+Green+Blue) = 202+70+6=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4606 is #35B9F9. Grayscale: #666666. Windows color (decimal): -3521018 or 411338. OLE color: 411338.

HSL color Cylindrical-coordinate representation of color #CA4606: hue angle of 19.59º 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 #CA4606 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 70 6 -
CMYK 0 0.65 0.97 0.21
HSL 19.59º 0.94% 0.41% -
HSV(B) 19.59º 0.97% 0.79% -
XYZ 26.58 16.95 2.04 -
YUV 102.17 73.73 199.2 -
System Red Green Blue C M Y K H S L
Decimal 202 70 6 0 0.65 0.97 0.21 19.59 0.94 0.41
Hex CA 46 6 0 41 61 15 14 5E 29
Octal 312 106 6 0 101 141 25 24 136 51
Binary 11001010 1000110 110 0 1000001 1100001 10101 10100 1011110 101001

Color Harmonies of #CA4606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4606

Black with #CA4606

Text Example


Text Example

White with #CA4606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4606; }

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

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

background-color css

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

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

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

border-color css

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

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

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