Html Css Color HEX #CA6503 Tenne (Tawny)

📋 copy color: '#CA6503'

red 202 ◦ green 101 ◦ blue 3

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

Shades of Tenne (Tawny) #CA6503

Tints of Tenne (Tawny) #CA6503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

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

R = 66.01%
G = 33.01%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA6503 (or 0xCA6503) is known color: Tenne (Tawny). HEX triplet: CA, 65 and 03. RGB value is (202,101,3). Sum of RGB (Red+Green+Blue) = 202+101+3=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6503 is #359AFC. Grayscale: #787878. Windows color (decimal): -3513085 or 222666. OLE color: 222666.

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

Color convert

RGB 202 101 3 -
CMYK 0 0.50 0.99 0.21
HSL 29.55º 0.97% 0.4% -
HSV(B) 29.55º 0.99% 0.79% -
XYZ 29.03 21.87 2.78 -
YUV 120.03 61.96 186.47 -
System Red Green Blue C M Y K H S L
Decimal 202 101 3 0 0.50 0.99 0.21 29.55 0.97 0.4
Hex CA 65 3 0 32 63 15 1E 61 28
Octal 312 145 3 0 62 143 25 36 141 50
Binary 11001010 1100101 11 0 110010 1100011 10101 11110 1100001 101000

Color Harmonies of #CA6503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6503

Black with #CA6503

Text Example


Text Example

White with #CA6503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6503; }

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

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

background-color css

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

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

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

border-color css

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

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

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