Html Css Color HEX #C875AD Hopbush

📋 copy color: '#C875AD'

red 200 ◦ green 117 ◦ blue 173

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

Shades of Hopbush #C875AD

Tints of Hopbush #C875AD

RGB

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

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

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

R = 40.82%
G = 23.88%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C875AD (or 0xC875AD) is known color: Hopbush. HEX triplet: C8, 75 and AD. RGB value is (200,117,173). Sum of RGB (Red+Green+Blue) = 200+117+173=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C875AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C875AD is #378A52. Grayscale: #949494. Windows color (decimal): -3639891 or 11367880. OLE color: 11367880.

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

Color convert

RGB 200 117 173 -
CMYK 0 0.42 0.14 0.22
HSL 319.52º 0.43% 0.62% -
HSV(B) 319.52º 0.42% 0.78% -
XYZ 37.72 28.02 42.96 -
YUV 148.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 200 117 173 0 0.42 0.14 0.22 319.52 0.43 0.62
Hex C8 75 AD 0 2A E 16 140 2B 3E
Octal 310 165 255 0 52 16 26 500 53 76
Binary 11001000 1110101 10101101 0 101010 1110 10110 101000000 101011 111110

Color Harmonies of #C875AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875AD

Black with #C875AD

Text Example


Text Example

White with #C875AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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