#C8665B

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

Shades of Sunglo #C8665B

Tints of Sunglo #C8665B

Color information

#C8665B (or 0xC8665B) is unknown color: approx Sunglo. HEX triplet: C8, 66 and 5B. RGB value is (200,102,91). Sum of RGB (Red+Green+Blue) = 200+102+91=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8665B is #3799A4. Grayscale: #828282. Windows color (decimal): -3643813 or 5990088. OLE color: 5990088.

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

Color convert

RGB20010291-
CMYK00.490.540.22
HSL6.06º49.77%57.06%-
HSV(B)6.06º54.5%78.43%-
XYZ30.4622.5412.64-
YUV130.05105.97177.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.89%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 91 (35.94% from 255) = 23.16%
R=50.89%
G=25.95%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001029100.490.540.226.0649.7757.06
HexC8665B031361663239
Octal310146133061662666271
Binary1100100011001101011011011000111011010110110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8665B; }

 p { color: rgb(200,102,91); }

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

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

 a { background-color: rgb(200,102,91); }

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

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

 span { border-color: rgb(200,102,91); }

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