Html Css Color HEX #C05F88 Hopbush

📋 copy color: '#C05F88'

red 192 ◦ green 95 ◦ blue 136

#C05F88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C05F88

Tints of Hopbush #C05F88

RGB

 RED value IS 192 (75.39% from 255) = 45.39%

 GREEN value IS 95 (37.5% from 255) = 22.46%

 BLUE value IS 136 (53.52% from 255) = 32.15%

R = 45.39%
G = 22.46%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C05F88 (or 0xC05F88) is known color: Hopbush. HEX triplet: C0, 5F and 88. RGB value is (192,95,136). Sum of RGB (Red+Green+Blue) = 192+95+136=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F88 is #3FA077. Grayscale: #808080. Windows color (decimal): -4169848 or 8937408. OLE color: 8937408.

HSL color Cylindrical-coordinate representation of color #C05F88: hue angle of 334.64º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05F88 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 136 -
CMYK 0 0.51 0.29 0.25
HSL 334.64º 0.43% 0.56% -
HSV(B) 334.64º 0.51% 0.75% -
XYZ 30.27 21.17 25.78 -
YUV 128.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 192 95 136 0 0.51 0.29 0.25 334.64 0.43 0.56
Hex C0 5F 88 0 33 1D 19 14F 2B 38
Octal 300 137 210 0 63 35 31 517 53 70
Binary 11000000 1011111 10001000 0 110011 11101 11001 101001111 101011 111000

Color Harmonies of #C05F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F88

Black with #C05F88

Text Example


Text Example

White with #C05F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F88; }

 p { color: rgb(192,95,136); }

 H1.HeaderClassName
 {
   color: #C05F88;
 }
 .AnyTagClassName
 {
   color: #C05F88;
 }
</style>

background-color css

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

 a { background-color: rgb(192,95,136); }

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

border-color css

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

 span { border-color: rgb(192,95,136); }

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