Html Css Color HEX #CA7100 Tenne (Tawny)

📋 copy color: '#CA7100'

red 202 ◦ green 113 ◦ blue 0

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

Shades of Tenne (Tawny) #CA7100

Tints of Tenne (Tawny) #CA7100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.13%
G = 35.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA7100 (or 0xCA7100) is known color: Tenne (Tawny). HEX triplet: CA, 71 and 00. RGB value is (202,113,0). Sum of RGB (Red+Green+Blue) = 202+113+0=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7100 is #358EFF. Grayscale: #7F7F7F. Windows color (decimal): -3510016 or 29130. OLE color: 29130.

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

Color convert

RGB 202 113 0 -
CMYK 0 0.44 1 0.21
HSL 33.56º 1% 0.4% -
HSV(B) 33.56º 1% 0.79% -
XYZ 30.26 24.37 3.11 -
YUV 126.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 202 113 0 0 0.44 1 0.21 33.56 1 0.4
Hex CA 71 0 0 2C 64 15 22 64 28
Octal 312 161 0 0 54 144 25 42 144 50
Binary 11001010 1110001 0 0 101100 1100100 10101 100010 1100100 101000

Color Harmonies of #CA7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7100

Black with #CA7100

Text Example


Text Example

White with #CA7100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7100; }

 p { color: rgb(202,113,0); }

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

background-color css

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

 a { background-color: rgb(202,113,0); }

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

border-color css

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

 span { border-color: rgb(202,113,0); }

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