Html Css Color HEX #C35F90 Hopbush

📋 copy color: '#C35F90'

red 195 ◦ green 95 ◦ blue 144

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

Shades of Hopbush #C35F90

Tints of Hopbush #C35F90

RGB

 RED value IS 195 (76.56% from 255) = 44.93%

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

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

R = 44.93%
G = 21.89%
B = 33.18%

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

#C35F90 (or 0xC35F90) is known color: Hopbush. HEX triplet: C3, 5F and 90. RGB value is (195,95,144). Sum of RGB (Red+Green+Blue) = 195+95+144=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35F90 is #3CA06F. Grayscale: #828282. Windows color (decimal): -3973232 or 9461699. OLE color: 9461699.

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

Color convert

RGB 195 95 144 -
CMYK 0 0.51 0.26 0.24
HSL 330.6º 0.45% 0.57% -
HSV(B) 330.6º 0.51% 0.76% -
XYZ 31.63 21.8 28.93 -
YUV 130.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 195 95 144 0 0.51 0.26 0.24 330.6 0.45 0.57
Hex C3 5F 90 0 33 1A 18 14B 2D 39
Octal 303 137 220 0 63 32 30 513 55 71
Binary 11000011 1011111 10010000 0 110011 11010 11000 101001011 101101 111001

Color Harmonies of #C35F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F90

Black with #C35F90

Text Example


Text Example

White with #C35F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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