#C65C55

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

Shades of Sunglo #C65C55

Tints of Sunglo #C65C55

Color information

#C65C55 (or 0xC65C55) is unknown color: approx Sunglo. HEX triplet: C6, 5C and 55. RGB value is (198,92,85). Sum of RGB (Red+Green+Blue) = 198+92+85=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C55 is #39A3AA. Grayscale: #7B7B7B. Windows color (decimal): -3777451 or 5594310. OLE color: 5594310.

HSL color Cylindrical-coordinate representation of color #C65C55: hue angle of 3.72º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65C55 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB1989285-
CMYK00.540.570.22
HSL3.72º49.78%55.49%-
HSV(B)3.72º57.07%77.65%-
XYZ28.7620.3211-
YUV122.9106.62181.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.8%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 85 (33.59% from 255) = 22.67%
R=52.8%
G=24.53%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198928500.540.570.223.7249.7855.49
HexC65C55036391643237
Octal306134125066712646267
Binary1100011010111001010101011011011100110110100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65C55; }

 p { color: rgb(198,92,85); }

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

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

 a { background-color: rgb(198,92,85); }

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

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

 span { border-color: rgb(198,92,85); }

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