Html Css Color HEX #CA6200 Tenne (Tawny)

📋 copy color: '#CA6200'

red 202 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #CA6200

Tints of Tenne (Tawny) #CA6200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.67%

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

R = 67.33%
G = 32.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA6200 (or 0xCA6200) is known color: Tenne (Tawny). HEX triplet: CA, 62 and 00. RGB value is (202,98,0). Sum of RGB (Red+Green+Blue) = 202+98+0=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6200 is #359DFF. Grayscale: #767676. Windows color (decimal): -3513856 or 25290. OLE color: 25290.

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

Color convert

RGB 202 98 0 -
CMYK 0 0.51 1 0.21
HSL 29.11º 1% 0.4% -
HSV(B) 29.11º 1% 0.79% -
XYZ 28.72 21.29 2.6 -
YUV 117.92 61.46 187.97 -
System Red Green Blue C M Y K H S L
Decimal 202 98 0 0 0.51 1 0.21 29.11 1 0.4
Hex CA 62 0 0 33 64 15 1D 64 28
Octal 312 142 0 0 63 144 25 35 144 50
Binary 11001010 1100010 0 0 110011 1100100 10101 11101 1100100 101000

Color Harmonies of #CA6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6200

Black with #CA6200

Text Example


Text Example

White with #CA6200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6200; }

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

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

background-color css

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

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

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

border-color css

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

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

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