Html Css Color HEX #CA5E06 Tenne (Tawny)

📋 copy color: '#CA5E06'

red 202 ◦ green 94 ◦ blue 6

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

Shades of Tenne (Tawny) #CA5E06

Tints of Tenne (Tawny) #CA5E06

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.13%

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

R = 66.89%
G = 31.13%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA5E06 (or 0xCA5E06) is known color: Tenne (Tawny). HEX triplet: CA, 5E and 06. RGB value is (202,94,6). Sum of RGB (Red+Green+Blue) = 202+94+6=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E06 is #35A1F9. Grayscale: #747474. Windows color (decimal): -3514874 or 417482. OLE color: 417482.

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

Color convert

RGB 202 94 6 -
CMYK 0 0.53 0.97 0.21
HSL 26.94º 0.94% 0.41% -
HSV(B) 26.94º 0.97% 0.79% -
XYZ 28.39 20.58 2.65 -
YUV 116.26 65.78 189.16 -
System Red Green Blue C M Y K H S L
Decimal 202 94 6 0 0.53 0.97 0.21 26.94 0.94 0.41
Hex CA 5E 6 0 35 61 15 1B 5E 29
Octal 312 136 6 0 65 141 25 33 136 51
Binary 11001010 1011110 110 0 110101 1100001 10101 11011 1011110 101001

Color Harmonies of #CA5E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E06

Black with #CA5E06

Text Example


Text Example

White with #CA5E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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