Html Css Color HEX #C25F89 Hopbush

📋 copy color: '#C25F89'

red 194 ◦ green 95 ◦ blue 137

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

Shades of Hopbush #C25F89

Tints of Hopbush #C25F89

RGB

 RED value IS 194 (76.17% from 255) = 45.54%

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

 BLUE value IS 137 (53.91% from 255) = 32.16%

R = 45.54%
G = 22.3%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C25F89 (or 0xC25F89) is known color: Hopbush. HEX triplet: C2, 5F and 89. RGB value is (194,95,137). Sum of RGB (Red+Green+Blue) = 194+95+137=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F89 is #3DA076. Grayscale: #818181. Windows color (decimal): -4038775 or 9002946. OLE color: 9002946.

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

Color convert

RGB 194 95 137 -
CMYK 0 0.51 0.29 0.24
HSL 334.55º 0.45% 0.57% -
HSV(B) 334.55º 0.51% 0.76% -
XYZ 30.86 21.46 26.18 -
YUV 129.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 194 95 137 0 0.51 0.29 0.24 334.55 0.45 0.57
Hex C2 5F 89 0 33 1D 18 14F 2D 39
Octal 302 137 211 0 63 35 30 517 55 71
Binary 11000010 1011111 10001001 0 110011 11101 11000 101001111 101101 111001

Color Harmonies of #C25F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F89

Black with #C25F89

Text Example


Text Example

White with #C25F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F89; }

 p { color: rgb(194,95,137); }

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

background-color css

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

 a { background-color: rgb(194,95,137); }

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

border-color css

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

 span { border-color: rgb(194,95,137); }

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