Html Css Color HEX #CA640A Tenne (Tawny)

📋 copy color: '#CA640A'

red 202 ◦ green 100 ◦ blue 10

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

Shades of Tenne (Tawny) #CA640A

Tints of Tenne (Tawny) #CA640A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 64.74%
G = 32.05%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA640A (or 0xCA640A) is known color: Tenne (Tawny). HEX triplet: CA, 64 and 0A. RGB value is (202,100,10). Sum of RGB (Red+Green+Blue) = 202+100+10=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA640A is #359BF5. Grayscale: #787878. Windows color (decimal): -3513334 or 681162. OLE color: 681162.

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

Color convert

RGB 202 100 10 -
CMYK 0 0.50 0.95 0.21
HSL 28.13º 0.91% 0.42% -
HSV(B) 28.13º 0.95% 0.79% -
XYZ 28.97 21.69 2.95 -
YUV 120.24 65.79 186.32 -
System Red Green Blue C M Y K H S L
Decimal 202 100 10 0 0.50 0.95 0.21 28.13 0.91 0.42
Hex CA 64 A 0 32 5F 15 1C 5B 2A
Octal 312 144 12 0 62 137 25 34 133 52
Binary 11001010 1100100 1010 0 110010 1011111 10101 11100 1011011 101010

Color Harmonies of #CA640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA640A

Black with #CA640A

Text Example


Text Example

White with #CA640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA640A; }

 p { color: rgb(202,100,10); }

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

background-color css

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

 a { background-color: rgb(202,100,10); }

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

border-color css

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

 span { border-color: rgb(202,100,10); }

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