Html Css Color HEX #C35F83 Hopbush

📋 copy color: '#C35F83'

red 195 ◦ green 95 ◦ blue 131

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

Shades of Hopbush #C35F83

Tints of Hopbush #C35F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.12%

R = 46.32%
G = 22.57%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C35F83 (or 0xC35F83) is known color: Hopbush. HEX triplet: C3, 5F and 83. RGB value is (195,95,131). Sum of RGB (Red+Green+Blue) = 195+95+131=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35F83 is #3CA07C. Grayscale: #808080. Windows color (decimal): -3973245 or 8609731. OLE color: 8609731.

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

Color convert

RGB 195 95 131 -
CMYK 0 0.51 0.33 0.24
HSL 338.4º 0.45% 0.57% -
HSV(B) 338.4º 0.51% 0.76% -
XYZ 30.69 21.43 23.99 -
YUV 129 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 195 95 131 0 0.51 0.33 0.24 338.4 0.45 0.57
Hex C3 5F 83 0 33 21 18 152 2D 39
Octal 303 137 203 0 63 41 30 522 55 71
Binary 11000011 1011111 10000011 0 110011 100001 11000 101010010 101101 111001

Color Harmonies of #C35F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F83

Black with #C35F83

Text Example


Text Example

White with #C35F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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