Html Css Color HEX #CA520A Tenne (Tawny)

📋 copy color: '#CA520A'

red 202 ◦ green 82 ◦ blue 10

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

Shades of Tenne (Tawny) #CA520A

Tints of Tenne (Tawny) #CA520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

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

R = 68.71%
G = 27.89%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA520A (or 0xCA520A) is known color: Tenne (Tawny). HEX triplet: CA, 52 and 0A. RGB value is (202,82,10). Sum of RGB (Red+Green+Blue) = 202+82+10=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA520A is #35ADF5. Grayscale: #6E6E6E. Windows color (decimal): -3517942 or 676554. OLE color: 676554.

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

Color convert

RGB 202 82 10 -
CMYK 0 0.59 0.95 0.21
HSL 22.5º 0.91% 0.42% -
HSV(B) 22.5º 0.95% 0.79% -
XYZ 27.43 18.61 2.43 -
YUV 109.67 71.76 193.85 -
System Red Green Blue C M Y K H S L
Decimal 202 82 10 0 0.59 0.95 0.21 22.5 0.91 0.42
Hex CA 52 A 0 3B 5F 15 16 5B 2A
Octal 312 122 12 0 73 137 25 26 133 52
Binary 11001010 1010010 1010 0 111011 1011111 10101 10110 1011011 101010

Color Harmonies of #CA520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA520A

Black with #CA520A

Text Example


Text Example

White with #CA520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA520A; }

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

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

background-color css

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

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

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

border-color css

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

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

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