Html Css Color HEX #CA6003 Tenne (Tawny)

📋 copy color: '#CA6003'

red 202 ◦ green 96 ◦ blue 3

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

Shades of Tenne (Tawny) #CA6003

Tints of Tenne (Tawny) #CA6003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

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

R = 67.11%
G = 31.89%
B = 1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA6003 (or 0xCA6003) is known color: Tenne (Tawny). HEX triplet: CA, 60 and 03. RGB value is (202,96,3). Sum of RGB (Red+Green+Blue) = 202+96+3=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6003 is #359FFC. Grayscale: #757575. Windows color (decimal): -3514365 or 221386. OLE color: 221386.

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

Color convert

RGB 202 96 3 -
CMYK 0 0.52 0.99 0.21
HSL 28.04º 0.97% 0.4% -
HSV(B) 28.04º 0.99% 0.79% -
XYZ 28.56 20.93 2.62 -
YUV 117.09 63.62 188.56 -
System Red Green Blue C M Y K H S L
Decimal 202 96 3 0 0.52 0.99 0.21 28.04 0.97 0.4
Hex CA 60 3 0 34 63 15 1C 61 28
Octal 312 140 3 0 64 143 25 34 141 50
Binary 11001010 1100000 11 0 110100 1100011 10101 11100 1100001 101000

Color Harmonies of #CA6003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6003

Black with #CA6003

Text Example


Text Example

White with #CA6003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6003; }

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

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

background-color css

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

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

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

border-color css

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

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

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