Html Css Color HEX #C775AB Hopbush

📋 copy color: '#C775AB'

red 199 ◦ green 117 ◦ blue 171

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

Shades of Hopbush #C775AB

Tints of Hopbush #C775AB

RGB

 RED value IS 199 (78.13% from 255) = 40.86%

 GREEN value IS 117 (46.09% from 255) = 24.02%

 BLUE value IS 171 (67.19% from 255) = 35.11%

R = 40.86%
G = 24.02%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C775AB (or 0xC775AB) is known color: Hopbush. HEX triplet: C7, 75 and AB. RGB value is (199,117,171). Sum of RGB (Red+Green+Blue) = 199+117+171=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C775AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C775AB is #388A54. Grayscale: #939393. Windows color (decimal): -3705429 or 11236807. OLE color: 11236807.

HSL color Cylindrical-coordinate representation of color #C775AB: hue angle of 320.49º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C775AB is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 117 171 -
CMYK 0 0.41 0.14 0.22
HSL 320.49º 0.42% 0.62% -
HSV(B) 320.49º 0.41% 0.78% -
XYZ 37.27 27.8 41.93 -
YUV 147.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 199 117 171 0 0.41 0.14 0.22 320.49 0.42 0.62
Hex C7 75 AB 0 29 E 16 140 2A 3E
Octal 307 165 253 0 51 16 26 500 52 76
Binary 11000111 1110101 10101011 0 101001 1110 10110 101000000 101010 111110

Color Harmonies of #C775AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775AB

Black with #C775AB

Text Example


Text Example

White with #C775AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775AB; }

 p { color: rgb(199,117,171); }

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

background-color css

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

 a { background-color: rgb(199,117,171); }

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

border-color css

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

 span { border-color: rgb(199,117,171); }

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