Html Css Color HEX #C25F90 Hopbush

📋 copy color: '#C25F90'

red 194 ◦ green 95 ◦ blue 144

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

Shades of Hopbush #C25F90

Tints of Hopbush #C25F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 44.8%
G = 21.94%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C25F90 (or 0xC25F90) is known color: Hopbush. HEX triplet: C2, 5F and 90. RGB value is (194,95,144). Sum of RGB (Red+Green+Blue) = 194+95+144=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F90 is #3DA06F. Grayscale: #828282. Windows color (decimal): -4038768 or 9461698. OLE color: 9461698.

HSL color Cylindrical-coordinate representation of color #C25F90: hue angle of 330.3º 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 #C25F90 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 144 -
CMYK 0 0.51 0.26 0.24
HSL 330.3º 0.45% 0.57% -
HSV(B) 330.3º 0.51% 0.76% -
XYZ 31.37 21.67 28.91 -
YUV 130.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 194 95 144 0 0.51 0.26 0.24 330.3 0.45 0.57
Hex C2 5F 90 0 33 1A 18 14A 2D 39
Octal 302 137 220 0 63 32 30 512 55 71
Binary 11000010 1011111 10010000 0 110011 11010 11000 101001010 101101 111001

Color Harmonies of #C25F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F90

Black with #C25F90

Text Example


Text Example

White with #C25F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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