#C875AF

Color #C875AF Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C875AF

Tints of Hopbush #C875AF

Color information

#C875AF (or 0xC875AF) is unknown color: approx Hopbush. HEX triplet: C8, 75 and AF. RGB value is (200,117,175). Sum of RGB (Red+Green+Blue) = 200+117+175=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C875AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C875AF is #378A50. Grayscale: #949494. Windows color (decimal): -3639889 or 11498952. OLE color: 11498952.

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

Color convert

RGB200117175-
CMYK00.420.120.22
HSL318.07º43.01%62.16%-
HSV(B)318.07º41.5%78.43%-
XYZ37.9228.143.98-
YUV148.43143164.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=40.65%
G=23.78%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011717500.420.120.22318.0743.0162.16
HexC875AF02AC1613e2b3e
Octal31016525705214264765376
Binary110010001110101101011110101010110010110100111110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875AF; }

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

 H1.HeaderClassName
 {
   color: #C875AF;
 }
 .AnyTagClassName
 {
   color: #C875AF;
 }
</style>
background-color css

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

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

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

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

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

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