#C4632F

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

Shades of Christine #C4632F

Tints of Christine #C4632F

Color information

#C4632F (or 0xC4632F) is unknown color: approx Christine. HEX triplet: C4, 63 and 2F. RGB value is (196,99,47). Sum of RGB (Red+Green+Blue) = 196+99+47=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4632F is #3B9CD0. Grayscale: #7A7A7A. Windows color (decimal): -3906769 or 3105732. OLE color: 3105732.

HSL color Cylindrical-coordinate representation of color #C4632F: hue angle of 20.94º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4632F is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB1969947-
CMYK00.490.760.23
HSL20.94º61.32%47.65%-
HSV(B)20.94º76.02%76.86%-
XYZ27.7420.865.25-
YUV122.0885.64180.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.31%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 47 (18.75% from 255) = 13.74%
R=57.31%
G=28.95%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196994700.490.760.2320.9461.3247.65
HexC4632F0314C17153d30
Octal3041435706111427257560
Binary110001001100011101111011000110011001011110101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4632F; }

 p { color: rgb(196,99,47); }

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

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

 a { background-color: rgb(196,99,47); }

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

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

 span { border-color: rgb(196,99,47); }

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