Html Css Color HEX #C35F99 Hopbush

📋 copy color: '#C35F99'

red 195 ◦ green 95 ◦ blue 153

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

Shades of Hopbush #C35F99

Tints of Hopbush #C35F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.54%

R = 44.02%
G = 21.44%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C35F99 (or 0xC35F99) is known color: Hopbush. HEX triplet: C3, 5F and 99. RGB value is (195,95,153). Sum of RGB (Red+Green+Blue) = 195+95+153=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35F99 is #3CA066. Grayscale: #838383. Windows color (decimal): -3973223 or 10051523. OLE color: 10051523.

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

Color convert

RGB 195 95 153 -
CMYK 0 0.51 0.22 0.24
HSL 325.2º 0.45% 0.57% -
HSV(B) 325.2º 0.51% 0.76% -
XYZ 32.35 22.09 32.7 -
YUV 131.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 195 95 153 0 0.51 0.22 0.24 325.2 0.45 0.57
Hex C3 5F 99 0 33 16 18 145 2D 39
Octal 303 137 231 0 63 26 30 505 55 71
Binary 11000011 1011111 10011001 0 110011 10110 11000 101000101 101101 111001

Color Harmonies of #C35F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F99

Black with #C35F99

Text Example


Text Example

White with #C35F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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