Html Css Color HEX #CA6A04 Tenne (Tawny)

📋 copy color: '#CA6A04'

red 202 ◦ green 106 ◦ blue 4

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

Shades of Tenne (Tawny) #CA6A04

Tints of Tenne (Tawny) #CA6A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.97%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 64.74%
G = 33.97%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA6A04 (or 0xCA6A04) is known color: Tenne (Tawny). HEX triplet: CA, 6A and 04. RGB value is (202,106,4). Sum of RGB (Red+Green+Blue) = 202+106+4=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6A04 is #3595FB. Grayscale: #7B7B7B. Windows color (decimal): -3511804 or 289482. OLE color: 289482.

HSL color Cylindrical-coordinate representation of color #CA6A04: hue angle of 30.91º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA6A04 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 106 4 -
CMYK 0 0.48 0.98 0.21
HSL 30.91º 0.96% 0.4% -
HSV(B) 30.91º 0.98% 0.79% -
XYZ 29.53 22.87 2.97 -
YUV 123.08 60.8 184.29 -
System Red Green Blue C M Y K H S L
Decimal 202 106 4 0 0.48 0.98 0.21 30.91 0.96 0.4
Hex CA 6A 4 0 30 62 15 1F 60 28
Octal 312 152 4 0 60 142 25 37 140 50
Binary 11001010 1101010 100 0 110000 1100010 10101 11111 1100000 101000

Color Harmonies of #CA6A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6A04

Black with #CA6A04

Text Example


Text Example

White with #CA6A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6A04; }

 p { color: rgb(202,106,4); }

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

background-color css

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

 a { background-color: rgb(202,106,4); }

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

border-color css

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

 span { border-color: rgb(202,106,4); }

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