#C25C1A

Color #C25C1A Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C25C1A

Tints of Chocolate #C25C1A

Color information

#C25C1A (or 0xC25C1A) is unknown color: approx Chocolate. HEX triplet: C2, 5C and 1A. RGB value is (194,92,26). Sum of RGB (Red+Green+Blue) = 194+92+26=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C1A is #3DA3E5. Grayscale: #737373. Windows color (decimal): -4039654 or 1727682. OLE color: 1727682.

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

Color convert

RGB1949226-
CMYK00.530.870.24
HSL23.57º76.36%43.14%-
HSV(B)23.57º86.6%76.08%-
XYZ26.2619.23.3-
YUV114.9777.79184.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.18%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 26 (10.55% from 255) = 8.33%
R=62.18%
G=29.49%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194922600.530.870.2423.5776.3643.14
HexC25C1A0355718184c2b
Octal30213432065127303011453
Binary110000101011100110100110101101011111000110001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25C1A; }

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

 H1.HeaderClassName
 {
   color: #C25C1A;
 }
 .AnyTagClassName
 {
   color: #C25C1A;
 }
</style>
background-color css

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

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

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

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

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

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