Html Css Color HEX #C975B0 Hopbush

📋 copy color: '#C975B0'

red 201 ◦ green 117 ◦ blue 176

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

Shades of Hopbush #C975B0

Tints of Hopbush #C975B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.63%

R = 40.69%
G = 23.68%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C975B0 (or 0xC975B0) is known color: Hopbush. HEX triplet: C9, 75 and B0. RGB value is (201,117,176). Sum of RGB (Red+Green+Blue) = 201+117+176=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C975B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975B0 is #368A4F. Grayscale: #949494. Windows color (decimal): -3574352 or 11564489. OLE color: 11564489.

HSL color Cylindrical-coordinate representation of color #C975B0: hue angle of 317.86º 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 #C975B0 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 117 176 -
CMYK 0 0.42 0.12 0.21
HSL 317.86º 0.44% 0.62% -
HSV(B) 317.86º 0.42% 0.79% -
XYZ 38.29 28.27 44.51 -
YUV 148.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 201 117 176 0 0.42 0.12 0.21 317.86 0.44 0.62
Hex C9 75 B0 0 2A C 15 13E 2C 3E
Octal 311 165 260 0 52 14 25 476 54 76
Binary 11001001 1110101 10110000 0 101010 1100 10101 100111110 101100 111110

Color Harmonies of #C975B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975B0

Black with #C975B0

Text Example


Text Example

White with #C975B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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