#C65F26

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

Shades of Christine #C65F26

Tints of Christine #C65F26

Color information

#C65F26 (or 0xC65F26) is unknown color: approx Christine. HEX triplet: C6, 5F and 26. RGB value is (198,95,38). Sum of RGB (Red+Green+Blue) = 198+95+38=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F26 is #39A0D9. Grayscale: #777777. Windows color (decimal): -3776730 or 2514886. OLE color: 2514886.

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

Color convert

RGB1989538-
CMYK00.520.810.22
HSL21.38º67.8%46.27%-
HSV(B)21.38º80.81%77.65%-
XYZ27.7320.334.3-
YUV119.382.12184.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 95 (37.5% from 255) = 28.70%
BLUE value IS 38 (15.23% from 255) = 11.48%
R=59.82%
G=28.70%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198953800.520.810.2221.3867.846.27
HexC65F26034511615442e
Octal30613746064121262510456
Binary1100011010111111001100110100101000110110101011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65F26; }

 p { color: rgb(198,95,38); }

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

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

 a { background-color: rgb(198,95,38); }

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

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

 span { border-color: rgb(198,95,38); }

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