Html Css Color HEX #C35F93 Hopbush

📋 copy color: '#C35F93'

red 195 ◦ green 95 ◦ blue 147

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

Shades of Hopbush #C35F93

Tints of Hopbush #C35F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.64%

R = 44.62%
G = 21.74%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C35F93 (or 0xC35F93) is known color: Hopbush. HEX triplet: C3, 5F and 93. RGB value is (195,95,147). Sum of RGB (Red+Green+Blue) = 195+95+147=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35F93 is #3CA06C. Grayscale: #828282. Windows color (decimal): -3973229 or 9658307. OLE color: 9658307.

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

Color convert

RGB 195 95 147 -
CMYK 0 0.51 0.25 0.24
HSL 328.8º 0.45% 0.57% -
HSV(B) 328.8º 0.51% 0.76% -
XYZ 31.86 21.89 30.15 -
YUV 130.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 195 95 147 0 0.51 0.25 0.24 328.8 0.45 0.57
Hex C3 5F 93 0 33 19 18 149 2D 39
Octal 303 137 223 0 63 31 30 511 55 71
Binary 11000011 1011111 10010011 0 110011 11001 11000 101001001 101101 111001

Color Harmonies of #C35F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F93

Black with #C35F93

Text Example


Text Example

White with #C35F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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