Html Css Color HEX #C35F85 Hopbush

📋 copy color: '#C35F85'

red 195 ◦ green 95 ◦ blue 133

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

Shades of Hopbush #C35F85

Tints of Hopbush #C35F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 46.1%
G = 22.46%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C35F85 (or 0xC35F85) is known color: Hopbush. HEX triplet: C3, 5F and 85. RGB value is (195,95,133). Sum of RGB (Red+Green+Blue) = 195+95+133=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35F85 is #3CA07A. Grayscale: #818181. Windows color (decimal): -3973243 or 8740803. OLE color: 8740803.

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

Color convert

RGB 195 95 133 -
CMYK 0 0.51 0.32 0.24
HSL 337.2º 0.45% 0.57% -
HSV(B) 337.2º 0.51% 0.76% -
XYZ 30.83 21.48 24.71 -
YUV 129.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 195 95 133 0 0.51 0.32 0.24 337.2 0.45 0.57
Hex C3 5F 85 0 33 20 18 151 2D 39
Octal 303 137 205 0 63 40 30 521 55 71
Binary 11000011 1011111 10000101 0 110011 100000 11000 101010001 101101 111001

Color Harmonies of #C35F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F85

Black with #C35F85

Text Example


Text Example

White with #C35F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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