#C25C2A

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

Shades of Christine #C25C2A

Tints of Christine #C25C2A

Color information

#C25C2A (or 0xC25C2A) is unknown color: approx Christine. HEX triplet: C2, 5C and 2A. RGB value is (194,92,42). Sum of RGB (Red+Green+Blue) = 194+92+42=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C2A is #3DA3D5. Grayscale: #757575. Windows color (decimal): -4039638 or 2776258. OLE color: 2776258.

HSL color Cylindrical-coordinate representation of color #C25C2A: hue angle of 19.74º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C25C2A is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB1949242-
CMYK00.530.780.24
HSL19.74º64.41%46.27%-
HSV(B)19.74º78.35%76.08%-
XYZ26.4919.294.52-
YUV116.885.79183.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.15%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 42 (16.80% from 255) = 12.80%
R=59.15%
G=28.05%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194924200.530.780.2419.7464.4146.27
HexC25C2A0354E1814402e
Octal30213452065116302410056
Binary1100001010111001010100110101100111011000101001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25C2A; }

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

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

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

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

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

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

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

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