Html Css Color HEX #CA6300 Tenne (Tawny)

📋 copy color: '#CA6300'

red 202 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #CA6300

Tints of Tenne (Tawny) #CA6300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 67.11%
G = 32.89%
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

#CA6300 (or 0xCA6300) is known color: Tenne (Tawny). HEX triplet: CA, 63 and 00. RGB value is (202,99,0). Sum of RGB (Red+Green+Blue) = 202+99+0=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6300 is #359CFF. Grayscale: #777777. Windows color (decimal): -3513600 or 25546. OLE color: 25546.

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

Color convert

RGB 202 99 0 -
CMYK 0 0.51 1 0.21
HSL 29.41º 1% 0.4% -
HSV(B) 29.41º 1% 0.79% -
XYZ 28.82 21.48 2.63 -
YUV 118.51 61.12 187.55 -
System Red Green Blue C M Y K H S L
Decimal 202 99 0 0 0.51 1 0.21 29.41 1 0.4
Hex CA 63 0 0 33 64 15 1D 64 28
Octal 312 143 0 0 63 144 25 35 144 50
Binary 11001010 1100011 0 0 110011 1100100 10101 11101 1100100 101000

Color Harmonies of #CA6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6300

Black with #CA6300

Text Example


Text Example

White with #CA6300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6300; }

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

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

background-color css

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

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

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

border-color css

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

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

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