Html Css Color HEX #CA5006 Tenne (Tawny)

📋 copy color: '#CA5006'

red 202 ◦ green 80 ◦ blue 6

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

Shades of Tenne (Tawny) #CA5006

Tints of Tenne (Tawny) #CA5006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

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

R = 70.14%
G = 27.78%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA5006 (or 0xCA5006) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 06. RGB value is (202,80,6). Sum of RGB (Red+Green+Blue) = 202+80+6=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5006 is #35AFF9. Grayscale: #6C6C6C. Windows color (decimal): -3518458 or 413898. OLE color: 413898.

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

Color convert

RGB 202 80 6 -
CMYK 0 0.60 0.97 0.21
HSL 22.65º 0.94% 0.41% -
HSV(B) 22.65º 0.97% 0.79% -
XYZ 27.26 18.31 2.27 -
YUV 108.04 70.42 195.02 -
System Red Green Blue C M Y K H S L
Decimal 202 80 6 0 0.60 0.97 0.21 22.65 0.94 0.41
Hex CA 50 6 0 3C 61 15 17 5E 29
Octal 312 120 6 0 74 141 25 27 136 51
Binary 11001010 1010000 110 0 111100 1100001 10101 10111 1011110 101001

Color Harmonies of #CA5006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5006

Black with #CA5006

Text Example


Text Example

White with #CA5006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5006; }

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

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

background-color css

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

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

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

border-color css

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

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

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