Html Css Color HEX #CA6301 Tenne (Tawny)

📋 copy color: '#CA6301'

red 202 ◦ green 99 ◦ blue 1

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

Shades of Tenne (Tawny) #CA6301

Tints of Tenne (Tawny) #CA6301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 66.89%
G = 32.78%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CA6301 (or 0xCA6301) is known color: Tenne (Tawny). HEX triplet: CA, 63 and 01. RGB value is (202,99,1). Sum of RGB (Red+Green+Blue) = 202+99+1=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6301 is #359CFE. Grayscale: #777777. Windows color (decimal): -3513599 or 91082. OLE color: 91082.

HSL color Cylindrical-coordinate representation of color #CA6301: hue angle of 29.25º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA6301 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

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

Color Harmonies of #CA6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6301

Black with #CA6301

Text Example


Text Example

White with #CA6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6301; }

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

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

background-color css

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

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

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

border-color css

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

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

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