Html Css Color HEX #CA5E0C Tenne (Tawny)

📋 copy color: '#CA5E0C'

red 202 ◦ green 94 ◦ blue 12

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

Shades of Tenne (Tawny) #CA5E0C

Tints of Tenne (Tawny) #CA5E0C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

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

R = 65.58%
G = 30.52%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA5E0C (or 0xCA5E0C) is known color: Tenne (Tawny). HEX triplet: CA, 5E and 0C. RGB value is (202,94,12). Sum of RGB (Red+Green+Blue) = 202+94+12=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E0C is #35A1F3. Grayscale: #757575. Windows color (decimal): -3514868 or 810698. OLE color: 810698.

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

Color convert

RGB 202 94 12 -
CMYK 0 0.53 0.94 0.21
HSL 25.89º 0.89% 0.42% -
HSV(B) 25.89º 0.94% 0.79% -
XYZ 28.43 20.59 2.82 -
YUV 116.94 68.78 188.67 -
System Red Green Blue C M Y K H S L
Decimal 202 94 12 0 0.53 0.94 0.21 25.89 0.89 0.42
Hex CA 5E C 0 35 5E 15 1A 59 2A
Octal 312 136 14 0 65 136 25 32 131 52
Binary 11001010 1011110 1100 0 110101 1011110 10101 11010 1011001 101010

Color Harmonies of #CA5E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E0C

Black with #CA5E0C

Text Example


Text Example

White with #CA5E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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