Html Css Color HEX #C975AD Hopbush

📋 copy color: '#C975AD'

red 201 ◦ green 117 ◦ blue 173

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

Shades of Hopbush #C975AD

Tints of Hopbush #C975AD

RGB

 RED value IS 201 (78.91% from 255) = 40.94%

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

 BLUE value IS 173 (67.97% from 255) = 35.23%

R = 40.94%
G = 23.83%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C975AD (or 0xC975AD) is known color: Hopbush. HEX triplet: C9, 75 and AD. RGB value is (201,117,173). Sum of RGB (Red+Green+Blue) = 201+117+173=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C975AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975AD is #368A52. Grayscale: #949494. Windows color (decimal): -3574355 or 11367881. OLE color: 11367881.

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

Color convert

RGB 201 117 173 -
CMYK 0 0.42 0.14 0.21
HSL 320º 0.44% 0.62% -
HSV(B) 320º 0.42% 0.79% -
XYZ 37.99 28.16 42.97 -
YUV 148.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 201 117 173 0 0.42 0.14 0.21 320 0.44 0.62
Hex C9 75 AD 0 2A E 15 140 2C 3E
Octal 311 165 255 0 52 16 25 500 54 76
Binary 11001001 1110101 10101101 0 101010 1110 10101 101000000 101100 111110

Color Harmonies of #C975AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975AD

Black with #C975AD

Text Example


Text Example

White with #C975AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975AD; }

 p { color: rgb(201,117,173); }

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

background-color css

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

 a { background-color: rgb(201,117,173); }

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

border-color css

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

 span { border-color: rgb(201,117,173); }

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