Html Css Color HEX #C25A1A Chocolate

📋 copy color: '#C25A1A'

red 194 ◦ green 90 ◦ blue 26

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

Shades of Chocolate #C25A1A

Tints of Chocolate #C25A1A

RGB

 RED value IS 194 (76.17% from 255) = 62.58%

 GREEN value IS 90 (35.55% from 255) = 29.03%

 BLUE value IS 26 (10.55% from 255) = 8.39%

R = 62.58%
G = 29.03%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C25A1A (or 0xC25A1A) is known color: Chocolate. HEX triplet: C2, 5A and 1A. RGB value is (194,90,26). Sum of RGB (Red+Green+Blue) = 194+90+26=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A1A is #3DA5E5. Grayscale: #727272. Windows color (decimal): -4040166 or 1727170. OLE color: 1727170.

HSL color Cylindrical-coordinate representation of color #C25A1A: hue angle of 22.86º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C25A1A is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 90 26 -
CMYK 0 0.54 0.87 0.24
HSL 22.86º 0.76% 0.43% -
HSV(B) 22.86º 0.87% 0.76% -
XYZ 26.09 18.86 3.24 -
YUV 113.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 194 90 26 0 0.54 0.87 0.24 22.86 0.76 0.43
Hex C2 5A 1A 0 36 57 18 17 4C 2B
Octal 302 132 32 0 66 127 30 27 114 53
Binary 11000010 1011010 11010 0 110110 1010111 11000 10111 1001100 101011

Color Harmonies of #C25A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A1A

Black with #C25A1A

Text Example


Text Example

White with #C25A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A1A; }

 p { color: rgb(194,90,26); }

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

background-color css

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

 a { background-color: rgb(194,90,26); }

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

border-color css

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

 span { border-color: rgb(194,90,26); }

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