Html Css Color HEX #C872B0 Hopbush

📋 copy color: '#C872B0'

red 200 ◦ green 114 ◦ blue 176

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

Shades of Hopbush #C872B0

Tints of Hopbush #C872B0

RGB

 RED value IS 200 (78.52% from 255) = 40.82%

 GREEN value IS 114 (44.92% from 255) = 23.27%

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

R = 40.82%
G = 23.27%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C872B0 (or 0xC872B0) is known color: Hopbush. HEX triplet: C8, 72 and B0. RGB value is (200,114,176). Sum of RGB (Red+Green+Blue) = 200+114+176=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C872B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C872B0 is #378D4F. Grayscale: #929292. Windows color (decimal): -3640656 or 11563720. OLE color: 11563720.

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

Color convert

RGB 200 114 176 -
CMYK 0 0.43 0.12 0.22
HSL 316.74º 0.44% 0.62% -
HSV(B) 316.74º 0.43% 0.78% -
XYZ 37.67 27.45 44.39 -
YUV 146.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 200 114 176 0 0.43 0.12 0.22 316.74 0.44 0.62
Hex C8 72 B0 0 2B C 16 13D 2C 3E
Octal 310 162 260 0 53 14 26 475 54 76
Binary 11001000 1110010 10110000 0 101011 1100 10110 100111101 101100 111110

Color Harmonies of #C872B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872B0

Black with #C872B0

Text Example


Text Example

White with #C872B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872B0; }

 p { color: rgb(200,114,176); }

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

background-color css

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

 a { background-color: rgb(200,114,176); }

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

border-color css

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

 span { border-color: rgb(200,114,176); }

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