Html Css Color HEX #CA5E07 Tenne (Tawny)

📋 copy color: '#CA5E07'

red 202 ◦ green 94 ◦ blue 7

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

Shades of Tenne (Tawny) #CA5E07

Tints of Tenne (Tawny) #CA5E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.31%

R = 66.67%
G = 31.02%
B = 2.31%

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

#CA5E07 (or 0xCA5E07) is known color: Tenne (Tawny). HEX triplet: CA, 5E and 07. RGB value is (202,94,7). Sum of RGB (Red+Green+Blue) = 202+94+7=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E07 is #35A1F8. Grayscale: #747474. Windows color (decimal): -3514873 or 483018. OLE color: 483018.

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

Color convert

RGB 202 94 7 -
CMYK 0 0.53 0.97 0.21
HSL 26.77º 0.93% 0.41% -
HSV(B) 26.77º 0.97% 0.79% -
XYZ 28.4 20.58 2.68 -
YUV 116.37 66.28 189.07 -
System Red Green Blue C M Y K H S L
Decimal 202 94 7 0 0.53 0.97 0.21 26.77 0.93 0.41
Hex CA 5E 7 0 35 61 15 1B 5D 29
Octal 312 136 7 0 65 141 25 33 135 51
Binary 11001010 1011110 111 0 110101 1100001 10101 11011 1011101 101001

Color Harmonies of #CA5E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E07

Black with #CA5E07

Text Example


Text Example

White with #CA5E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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