Html Css Color HEX #CA6000 Tenne (Tawny)

📋 copy color: '#CA6000'

red 202 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #CA6000

Tints of Tenne (Tawny) #CA6000

RGB

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

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

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

R = 67.79%
G = 32.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA6000 (or 0xCA6000) is known color: Tenne (Tawny). HEX triplet: CA, 60 and 00. RGB value is (202,96,0). Sum of RGB (Red+Green+Blue) = 202+96+0=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6000 is #359FFF. Grayscale: #757575. Windows color (decimal): -3514368 or 24778. OLE color: 24778.

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

Color convert

RGB 202 96 0 -
CMYK 0 0.52 1 0.21
HSL 28.51º 1% 0.4% -
HSV(B) 28.51º 1% 0.79% -
XYZ 28.54 20.92 2.53 -
YUV 116.75 62.12 188.81 -
System Red Green Blue C M Y K H S L
Decimal 202 96 0 0 0.52 1 0.21 28.51 1 0.4
Hex CA 60 0 0 34 64 15 1D 64 28
Octal 312 140 0 0 64 144 25 35 144 50
Binary 11001010 1100000 0 0 110100 1100100 10101 11101 1100100 101000

Color Harmonies of #CA6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6000

Black with #CA6000

Text Example


Text Example

White with #CA6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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