Html Css Color HEX #CA540C Tenne (Tawny)

📋 copy color: '#CA540C'

red 202 ◦ green 84 ◦ blue 12

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

Shades of Tenne (Tawny) #CA540C

Tints of Tenne (Tawny) #CA540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.19%

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

R = 67.79%
G = 28.19%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA540C (or 0xCA540C) is known color: Tenne (Tawny). HEX triplet: CA, 54 and 0C. RGB value is (202,84,12). Sum of RGB (Red+Green+Blue) = 202+84+12=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA540C is #35ABF3. Grayscale: #6F6F6F. Windows color (decimal): -3517428 or 808138. OLE color: 808138.

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

Color convert

RGB 202 84 12 -
CMYK 0 0.58 0.94 0.21
HSL 22.74º 0.89% 0.42% -
HSV(B) 22.74º 0.94% 0.79% -
XYZ 27.59 18.92 2.55 -
YUV 111.07 72.09 192.85 -
System Red Green Blue C M Y K H S L
Decimal 202 84 12 0 0.58 0.94 0.21 22.74 0.89 0.42
Hex CA 54 C 0 3A 5E 15 17 59 2A
Octal 312 124 14 0 72 136 25 27 131 52
Binary 11001010 1010100 1100 0 111010 1011110 10101 10111 1011001 101010

Color Harmonies of #CA540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA540C

Black with #CA540C

Text Example


Text Example

White with #CA540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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