Html Css Color HEX #CA640B Tenne (Tawny)

📋 copy color: '#CA640B'

red 202 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #CA640B

Tints of Tenne (Tawny) #CA640B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 64.54%
G = 31.95%
B = 3.51%

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

#CA640B (or 0xCA640B) is known color: Tenne (Tawny). HEX triplet: CA, 64 and 0B. RGB value is (202,100,11). Sum of RGB (Red+Green+Blue) = 202+100+11=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA640B is #359BF4. Grayscale: #787878. Windows color (decimal): -3513333 or 746698. OLE color: 746698.

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

Color convert

RGB 202 100 11 -
CMYK 0 0.50 0.95 0.21
HSL 27.96º 0.9% 0.42% -
HSV(B) 27.96º 0.95% 0.79% -
XYZ 28.97 21.7 2.98 -
YUV 120.35 66.29 186.24 -
System Red Green Blue C M Y K H S L
Decimal 202 100 11 0 0.50 0.95 0.21 27.96 0.9 0.42
Hex CA 64 B 0 32 5F 15 1C 5A 2A
Octal 312 144 13 0 62 137 25 34 132 52
Binary 11001010 1100100 1011 0 110010 1011111 10101 11100 1011010 101010

Color Harmonies of #CA640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA640B

Black with #CA640B

Text Example


Text Example

White with #CA640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA640B; }

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

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

background-color css

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

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

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

border-color css

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

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

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