#C0605B

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

Shades of Sunglo #C0605B

Tints of Sunglo #C0605B

Color information

#C0605B (or 0xC0605B) is unknown color: approx Sunglo. HEX triplet: C0, 60 and 5B. RGB value is (192,96,91). Sum of RGB (Red+Green+Blue) = 192+96+91=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0605B is #3F9FA4. Grayscale: #7C7C7C. Windows color (decimal): -4169637 or 5988544. OLE color: 5988544.

HSL color Cylindrical-coordinate representation of color #C0605B: hue angle of 2.97º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0605B is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB1929691-
CMYK00.500.530.25
HSL2.97º44.49%55.49%-
HSV(B)2.97º52.6%75.29%-
XYZ27.8120.3312.36-
YUV124.13109.3176.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.66%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=50.66%
G=25.33%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192969100.500.530.252.9744.4955.49
HexC0605B032351932c37
Octal300140133062653135467
Binary110000001100000101101101100101101011100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0605B; }

 p { color: rgb(192,96,91); }

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

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

 a { background-color: rgb(192,96,91); }

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

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

 span { border-color: rgb(192,96,91); }

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