Html Css Color HEX #CA6504 Tenne (Tawny)

📋 copy color: '#CA6504'

red 202 ◦ green 101 ◦ blue 4

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

Shades of Tenne (Tawny) #CA6504

Tints of Tenne (Tawny) #CA6504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

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

R = 65.8%
G = 32.9%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA6504 (or 0xCA6504) is known color: Tenne (Tawny). HEX triplet: CA, 65 and 04. RGB value is (202,101,4). Sum of RGB (Red+Green+Blue) = 202+101+4=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6504 is #359AFB. Grayscale: #787878. Windows color (decimal): -3513084 or 288202. OLE color: 288202.

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

Color convert

RGB 202 101 4 -
CMYK 0 0.50 0.98 0.21
HSL 29.39º 0.96% 0.4% -
HSV(B) 29.39º 0.98% 0.79% -
XYZ 29.03 21.87 2.81 -
YUV 120.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 202 101 4 0 0.50 0.98 0.21 29.39 0.96 0.4
Hex CA 65 4 0 32 62 15 1D 60 28
Octal 312 145 4 0 62 142 25 35 140 50
Binary 11001010 1100101 100 0 110010 1100010 10101 11101 1100000 101000

Color Harmonies of #CA6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6504

Black with #CA6504

Text Example


Text Example

White with #CA6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6504; }

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

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

background-color css

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

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

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

border-color css

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

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

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