Html Css Color HEX #CA5F0A Tenne (Tawny)

📋 copy color: '#CA5F0A'

red 202 ◦ green 95 ◦ blue 10

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

Shades of Tenne (Tawny) #CA5F0A

Tints of Tenne (Tawny) #CA5F0A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.94%

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

R = 65.8%
G = 30.94%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA5F0A (or 0xCA5F0A) is known color: Tenne (Tawny). HEX triplet: CA, 5F and 0A. RGB value is (202,95,10). Sum of RGB (Red+Green+Blue) = 202+95+10=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5F0A is #35A0F5. Grayscale: #757575. Windows color (decimal): -3514614 or 679882. OLE color: 679882.

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

Color convert

RGB 202 95 10 -
CMYK 0 0.53 0.95 0.21
HSL 26.56º 0.91% 0.42% -
HSV(B) 26.56º 0.95% 0.79% -
XYZ 28.5 20.76 2.79 -
YUV 117.3 67.45 188.41 -
System Red Green Blue C M Y K H S L
Decimal 202 95 10 0 0.53 0.95 0.21 26.56 0.91 0.42
Hex CA 5F A 0 35 5F 15 1B 5B 2A
Octal 312 137 12 0 65 137 25 33 133 52
Binary 11001010 1011111 1010 0 110101 1011111 10101 11011 1011011 101010

Color Harmonies of #CA5F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5F0A

Black with #CA5F0A

Text Example


Text Example

White with #CA5F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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