Html Css Color HEX #C15F8D Hopbush

📋 copy color: '#C15F8D'

red 193 ◦ green 95 ◦ blue 141

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

Shades of Hopbush #C15F8D

Tints of Hopbush #C15F8D

RGB

 RED value IS 193 (75.78% from 255) = 44.99%

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 44.99%
G = 22.14%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C15F8D (or 0xC15F8D) is known color: Hopbush. HEX triplet: C1, 5F and 8D. RGB value is (193,95,141). Sum of RGB (Red+Green+Blue) = 193+95+141=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F8D is #3EA072. Grayscale: #818181. Windows color (decimal): -4104307 or 9265089. OLE color: 9265089.

HSL color Cylindrical-coordinate representation of color #C15F8D: hue angle of 331.84º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15F8D is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 95 141 -
CMYK 0 0.51 0.27 0.24
HSL 331.84º 0.44% 0.56% -
HSV(B) 331.84º 0.51% 0.76% -
XYZ 30.89 21.44 27.71 -
YUV 129.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 193 95 141 0 0.51 0.27 0.24 331.84 0.44 0.56
Hex C1 5F 8D 0 33 1B 18 14C 2C 38
Octal 301 137 215 0 63 33 30 514 54 70
Binary 11000001 1011111 10001101 0 110011 11011 11000 101001100 101100 111000

Color Harmonies of #C15F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F8D

Black with #C15F8D

Text Example


Text Example

White with #C15F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F8D; }

 p { color: rgb(193,95,141); }

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

background-color css

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

 a { background-color: rgb(193,95,141); }

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

border-color css

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

 span { border-color: rgb(193,95,141); }

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