Html Css Color HEX #CA5E03 Tenne (Tawny)

📋 copy color: '#CA5E03'

red 202 ◦ green 94 ◦ blue 3

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

Shades of Tenne (Tawny) #CA5E03

Tints of Tenne (Tawny) #CA5E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 67.56%
G = 31.44%
B = 1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA5E03 (or 0xCA5E03) is known color: Tenne (Tawny). HEX triplet: CA, 5E and 03. RGB value is (202,94,3). Sum of RGB (Red+Green+Blue) = 202+94+3=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E03 is #35A1FC. Grayscale: #747474. Windows color (decimal): -3514877 or 220874. OLE color: 220874.

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

Color convert

RGB 202 94 3 -
CMYK 0 0.53 0.99 0.21
HSL 27.44º 0.97% 0.4% -
HSV(B) 27.44º 0.99% 0.79% -
XYZ 28.38 20.57 2.56 -
YUV 115.92 64.28 189.4 -
System Red Green Blue C M Y K H S L
Decimal 202 94 3 0 0.53 0.99 0.21 27.44 0.97 0.4
Hex CA 5E 3 0 35 63 15 1B 61 28
Octal 312 136 3 0 65 143 25 33 141 50
Binary 11001010 1011110 11 0 110101 1100011 10101 11011 1100001 101000

Color Harmonies of #CA5E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E03

Black with #CA5E03

Text Example


Text Example

White with #CA5E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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