#C6602B

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

Shades of Christine #C6602B

Tints of Christine #C6602B

Color information

#C6602B (or 0xC6602B) is unknown color: approx Christine. HEX triplet: C6, 60 and 2B. RGB value is (198,96,43). Sum of RGB (Red+Green+Blue) = 198+96+43=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C6602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6602B is #399FD4. Grayscale: #787878. Windows color (decimal): -3776469 or 2842822. OLE color: 2842822.

HSL color Cylindrical-coordinate representation of color #C6602B: hue angle of 20.52º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6602B is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB1989643-
CMYK00.520.780.22
HSL20.52º64.32%47.25%-
HSV(B)20.52º78.28%77.65%-
XYZ27.9120.554.78-
YUV120.4684.29183.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.75%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 43 (17.19% from 255) = 12.76%
R=58.75%
G=28.49%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198964300.520.780.2220.5264.3247.25
HexC6602B0344E1615402f
Octal30614053064116262510057
Binary1100011011000001010110110100100111010110101011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6602B; }

 p { color: rgb(198,96,43); }

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

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

 a { background-color: rgb(198,96,43); }

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

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

 span { border-color: rgb(198,96,43); }

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