#C05F2D

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

Shades of Christine #C05F2D

Tints of Christine #C05F2D

Color information

#C05F2D (or 0xC05F2D) is unknown color: approx Christine. HEX triplet: C0, 5F and 2D. RGB value is (192,95,45). Sum of RGB (Red+Green+Blue) = 192+95+45=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05F2D is #3FA0D2. Grayscale: #767676. Windows color (decimal): -4169939 or 2973632. OLE color: 2973632.

HSL color Cylindrical-coordinate representation of color #C05F2D: hue angle of 20.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C05F2D is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1929545-
CMYK00.510.770.25
HSL20.41º62.03%46.47%-
HSV(B)20.41º76.56%75.29%-
XYZ26.319.584.88-
YUV118.386.64180.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.83%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 45 (17.97% from 255) = 13.55%
R=57.83%
G=28.61%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192954500.510.770.2520.4162.0346.47
HexC05F2D0334D19143e2e
Octal3001375506311531247656
Binary110000001011111101101011001110011011100110100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F2D; }

 p { color: rgb(192,95,45); }

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

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

 a { background-color: rgb(192,95,45); }

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

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

 span { border-color: rgb(192,95,45); }

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