Html Css Color HEX #CA7003 Tenne (Tawny)

📋 copy color: '#CA7003'

red 202 ◦ green 112 ◦ blue 3

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

Shades of Tenne (Tawny) #CA7003

Tints of Tenne (Tawny) #CA7003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.33%

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

R = 63.72%
G = 35.33%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA7003 (or 0xCA7003) is known color: Tenne (Tawny). HEX triplet: CA, 70 and 03. RGB value is (202,112,3). Sum of RGB (Red+Green+Blue) = 202+112+3=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7003 is #358FFC. Grayscale: #7F7F7F. Windows color (decimal): -3510269 or 225482. OLE color: 225482.

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

Color convert

RGB 202 112 3 -
CMYK 0 0.45 0.99 0.21
HSL 32.86º 0.97% 0.4% -
HSV(B) 32.86º 0.99% 0.79% -
XYZ 30.17 24.15 3.16 -
YUV 126.48 58.32 181.86 -
System Red Green Blue C M Y K H S L
Decimal 202 112 3 0 0.45 0.99 0.21 32.86 0.97 0.4
Hex CA 70 3 0 2D 63 15 21 61 28
Octal 312 160 3 0 55 143 25 41 141 50
Binary 11001010 1110000 11 0 101101 1100011 10101 100001 1100001 101000

Color Harmonies of #CA7003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7003

Black with #CA7003

Text Example


Text Example

White with #CA7003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7003; }

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

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

background-color css

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

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

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

border-color css

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

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

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