Html Css Color HEX #CA5E05 Tenne (Tawny)

📋 copy color: '#CA5E05'

red 202 ◦ green 94 ◦ blue 5

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

Shades of Tenne (Tawny) #CA5E05

Tints of Tenne (Tawny) #CA5E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 67.11%
G = 31.23%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA5E05 (or 0xCA5E05) is known color: Tenne (Tawny). HEX triplet: CA, 5E and 05. RGB value is (202,94,5). Sum of RGB (Red+Green+Blue) = 202+94+5=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E05 is #35A1FA. Grayscale: #747474. Windows color (decimal): -3514875 or 351946. OLE color: 351946.

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

Color convert

RGB 202 94 5 -
CMYK 0 0.53 0.98 0.21
HSL 27.11º 0.95% 0.41% -
HSV(B) 27.11º 0.98% 0.79% -
XYZ 28.39 20.57 2.62 -
YUV 116.15 65.28 189.24 -
System Red Green Blue C M Y K H S L
Decimal 202 94 5 0 0.53 0.98 0.21 27.11 0.95 0.41
Hex CA 5E 5 0 35 62 15 1B 5F 29
Octal 312 136 5 0 65 142 25 33 137 51
Binary 11001010 1011110 101 0 110101 1100010 10101 11011 1011111 101001

Color Harmonies of #CA5E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E05

Black with #CA5E05

Text Example


Text Example

White with #CA5E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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