Html Css Color HEX #C87DAA Hopbush

📋 copy color: '#C87DAA'

red 200 ◦ green 125 ◦ blue 170

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

Shades of Hopbush #C87DAA

Tints of Hopbush #C87DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.25%

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 40.4%
G = 25.25%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C87DAA (or 0xC87DAA) is known color: Hopbush. HEX triplet: C8, 7D and AA. RGB value is (200,125,170). Sum of RGB (Red+Green+Blue) = 200+125+170=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87DAA is #378255. Grayscale: #989898. Windows color (decimal): -3637846 or 11173320. OLE color: 11173320.

HSL color Cylindrical-coordinate representation of color #C87DAA: hue angle of 324º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87DAA is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 125 170 -
CMYK 0 0.38 0.15 0.22
HSL 324º 0.41% 0.64% -
HSV(B) 324º 0.38% 0.78% -
XYZ 38.41 29.85 41.77 -
YUV 152.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 200 125 170 0 0.38 0.15 0.22 324 0.41 0.64
Hex C8 7D AA 0 26 F 16 144 29 40
Octal 310 175 252 0 46 17 26 504 51 100
Binary 11001000 1111101 10101010 0 100110 1111 10110 101000100 101001 1000000

Color Harmonies of #C87DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DAA

Black with #C87DAA

Text Example


Text Example

White with #C87DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DAA; }

 p { color: rgb(200,125,170); }

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

background-color css

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

 a { background-color: rgb(200,125,170); }

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

border-color css

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

 span { border-color: rgb(200,125,170); }

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