#C0642A

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

Shades of Christine #C0642A

Tints of Christine #C0642A

Color information

#C0642A (or 0xC0642A) is unknown color: approx Christine. HEX triplet: C0, 64 and 2A. RGB value is (192,100,42). Sum of RGB (Red+Green+Blue) = 192+100+42=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0642A is #3F9BD5. Grayscale: #797979. Windows color (decimal): -4168662 or 2778304. OLE color: 2778304.

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

Color convert

RGB19210042-
CMYK00.480.780.25
HSL23.2º64.1%45.88%-
HSV(B)23.2º78.12%75.29%-
XYZ26.7120.494.74-
YUV120.983.48178.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.49%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 42 (16.80% from 255) = 12.57%
R=57.49%
G=29.94%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921004200.480.780.2523.264.145.88
HexC0642A0304E1917402e
Octal30014452060116312710056
Binary1100000011001001010100110000100111011001101111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0642A; }

 p { color: rgb(192,100,42); }

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

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

 a { background-color: rgb(192,100,42); }

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

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

 span { border-color: rgb(192,100,42); }

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