Html Css Color HEX #CA6104 Tenne (Tawny)

📋 copy color: '#CA6104'

red 202 ◦ green 97 ◦ blue 4

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

Shades of Tenne (Tawny) #CA6104

Tints of Tenne (Tawny) #CA6104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

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

R = 66.67%
G = 32.01%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA6104 (or 0xCA6104) is known color: Tenne (Tawny). HEX triplet: CA, 61 and 04. RGB value is (202,97,4). Sum of RGB (Red+Green+Blue) = 202+97+4=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6104 is #359EFB. Grayscale: #767676. Windows color (decimal): -3514108 or 287178. OLE color: 287178.

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

Color convert

RGB 202 97 4 -
CMYK 0 0.52 0.98 0.21
HSL 28.18º 0.96% 0.4% -
HSV(B) 28.18º 0.98% 0.79% -
XYZ 28.65 21.11 2.68 -
YUV 117.79 63.79 188.06 -
System Red Green Blue C M Y K H S L
Decimal 202 97 4 0 0.52 0.98 0.21 28.18 0.96 0.4
Hex CA 61 4 0 34 62 15 1C 60 28
Octal 312 141 4 0 64 142 25 34 140 50
Binary 11001010 1100001 100 0 110100 1100010 10101 11100 1100000 101000

Color Harmonies of #CA6104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6104

Black with #CA6104

Text Example


Text Example

White with #CA6104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6104; }

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

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

background-color css

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

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

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

border-color css

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

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

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