Html Css Color HEX #C76D8B Hopbush

📋 copy color: '#C76D8B'

red 199 ◦ green 109 ◦ blue 139

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

Shades of Hopbush #C76D8B

Tints of Hopbush #C76D8B

RGB

 RED value IS 199 (78.13% from 255) = 44.52%

 GREEN value IS 109 (42.97% from 255) = 24.38%

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 44.52%
G = 24.38%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C76D8B (or 0xC76D8B) is known color: Hopbush. HEX triplet: C7, 6D and 8B. RGB value is (199,109,139). Sum of RGB (Red+Green+Blue) = 199+109+139=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76D8B is #389274. Grayscale: #8B8B8B. Windows color (decimal): -3707509 or 9137607. OLE color: 9137607.

HSL color Cylindrical-coordinate representation of color #C76D8B: hue angle of 340º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76D8B is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 109 139 -
CMYK 0 0.45 0.30 0.22
HSL 340º 0.45% 0.6% -
HSV(B) 340º 0.45% 0.78% -
XYZ 33.68 24.94 27.47 -
YUV 139.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 199 109 139 0 0.45 0.30 0.22 340 0.45 0.6
Hex C7 6D 8B 0 2D 1E 16 154 2D 3C
Octal 307 155 213 0 55 36 26 524 55 74
Binary 11000111 1101101 10001011 0 101101 11110 10110 101010100 101101 111100

Color Harmonies of #C76D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D8B

Black with #C76D8B

Text Example


Text Example

White with #C76D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D8B; }

 p { color: rgb(199,109,139); }

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

background-color css

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

 a { background-color: rgb(199,109,139); }

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

border-color css

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

 span { border-color: rgb(199,109,139); }

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