#C25C2B

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

Shades of Christine #C25C2B

Tints of Christine #C25C2B

Color information

#C25C2B (or 0xC25C2B) is unknown color: approx Christine. HEX triplet: C2, 5C and 2B. RGB value is (194,92,43). Sum of RGB (Red+Green+Blue) = 194+92+43=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C2B is #3DA3D4. Grayscale: #757575. Windows color (decimal): -4039637 or 2841794. OLE color: 2841794.

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

Color convert

RGB1949243-
CMYK00.530.780.24
HSL19.47º63.71%46.47%-
HSV(B)19.47º77.84%76.08%-
XYZ26.5119.34.61-
YUV116.9186.29182.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.97%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 43 (17.19% from 255) = 13.07%
R=58.97%
G=27.96%
B=13.07%

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
Decimal194924300.530.780.2419.4763.7146.47
HexC25C2B0354E1813402e
Octal30213453065116302310056
Binary1100001010111001010110110101100111011000100111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25C2B; }

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

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

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

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

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

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

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

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