#C66453

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

Shades of Sunglo #C66453

Tints of Sunglo #C66453

Color information

#C66453 (or 0xC66453) is unknown color: approx Sunglo. HEX triplet: C6, 64 and 53. RGB value is (198,100,83). Sum of RGB (Red+Green+Blue) = 198+100+83=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C66453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66453 is #399BAC. Grayscale: #7F7F7F. Windows color (decimal): -3775405 or 5465286. OLE color: 5465286.

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

Color convert

RGB19810083-
CMYK00.490.580.22
HSL8.87º50.22%55.1%-
HSV(B)8.87º58.08%77.65%-
XYZ29.4121.7410.83-
YUV127.36102.97178.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 83 (32.81% from 255) = 21.78%
R=51.97%
G=26.25%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981008300.490.580.228.8750.2255.1
HexC664530313A1693237
Octal3061441230617226116267
Binary11000110110010010100110110001111010101101001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66453; }

 p { color: rgb(198,100,83); }

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

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

 a { background-color: rgb(198,100,83); }

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

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

 span { border-color: rgb(198,100,83); }

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