#c05b67

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

Shades of Blush #C05B67

Tints of Blush #C05B67

Color information

#C05B67 (or 0xC05B67) is unknown color: approx Blush. HEX triplet: C0, 5B and 67. RGB value is (192,91,103). Sum of RGB (Red+Green+Blue) = 192+91+103=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B67 is #3FA498. Grayscale: #7A7A7A. Windows color (decimal): -4170905 or 6773696. OLE color: 6773696.

HSL color Cylindrical-coordinate representation of color #C05B67: hue angle of 352.87º 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 #C05B67 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19291103-
CMYK00.530.460.25
HSL352.87º44.49%55.49%-
HSV(B)352.87º52.6%75.29%-
XYZ27.9319.6715.16-
YUV122.57116.96177.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 103 (40.62% from 255) = 26.68%
R=49.74%
G=23.58%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929110300.530.460.25352.8744.4955.49
HexC05B670352E191612c37
Octal30013314706556315415467
Binary1100000010110111100111011010110111011001101100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c05b67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c05b67; }

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

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

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

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

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

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

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

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