#C0622F

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

Shades of Christine #C0622F

Tints of Christine #C0622F

Color information

#C0622F (or 0xC0622F) is unknown color: approx Christine. HEX triplet: C0, 62 and 2F. RGB value is (192,98,47). Sum of RGB (Red+Green+Blue) = 192+98+47=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0622F is #3F9DD0. Grayscale: #787878. Windows color (decimal): -4169169 or 3105472. OLE color: 3105472.

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

Color convert

RGB1929847-
CMYK00.490.760.25
HSL21.1º60.67%46.86%-
HSV(B)21.1º75.52%75.29%-
XYZ26.6220.155.18-
YUV120.2986.64179.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.97%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 47 (18.75% from 255) = 13.95%
R=56.97%
G=29.08%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192984700.490.760.2521.160.6746.86
HexC0622F0314C19153d2f
Octal3001425706111431257557
Binary110000001100010101111011000110011001100110101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0622F; }

 p { color: rgb(192,98,47); }

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

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

 a { background-color: rgb(192,98,47); }

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

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

 span { border-color: rgb(192,98,47); }

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