Html Css Color HEX #CA650C Tenne (Tawny)

📋 copy color: '#CA650C'

red 202 ◦ green 101 ◦ blue 12

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

Shades of Tenne (Tawny) #CA650C

Tints of Tenne (Tawny) #CA650C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 64.13%
G = 32.06%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA650C (or 0xCA650C) is known color: Tenne (Tawny). HEX triplet: CA, 65 and 0C. RGB value is (202,101,12). Sum of RGB (Red+Green+Blue) = 202+101+12=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA650C is #359AF3. Grayscale: #797979. Windows color (decimal): -3513076 or 812490. OLE color: 812490.

HSL color Cylindrical-coordinate representation of color #CA650C: hue angle of 28.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA650C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 101 12 -
CMYK 0 0.50 0.94 0.21
HSL 28.11º 0.89% 0.42% -
HSV(B) 28.11º 0.94% 0.79% -
XYZ 29.08 21.89 3.04 -
YUV 121.05 66.46 185.74 -
System Red Green Blue C M Y K H S L
Decimal 202 101 12 0 0.50 0.94 0.21 28.11 0.89 0.42
Hex CA 65 C 0 32 5E 15 1C 59 2A
Octal 312 145 14 0 62 136 25 34 131 52
Binary 11001010 1100101 1100 0 110010 1011110 10101 11100 1011001 101010

Color Harmonies of #CA650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA650C

Black with #CA650C

Text Example


Text Example

White with #CA650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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