Html Css Color HEX #C769A0 Hopbush

📋 copy color: '#C769A0'

red 199 ◦ green 105 ◦ blue 160

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

Shades of Hopbush #C769A0

Tints of Hopbush #C769A0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.63%

 BLUE value IS 160 (62.89% from 255) = 34.48%

R = 42.89%
G = 22.63%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C769A0 (or 0xC769A0) is known color: Hopbush. HEX triplet: C7, 69 and A0. RGB value is (199,105,160). Sum of RGB (Red+Green+Blue) = 199+105+160=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C769A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C769A0 is #38965F. Grayscale: #8B8B8B. Windows color (decimal): -3708512 or 10512839. OLE color: 10512839.

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

Color convert

RGB 199 105 160 -
CMYK 0 0.47 0.20 0.22
HSL 324.89º 0.46% 0.6% -
HSV(B) 324.89º 0.47% 0.78% -
XYZ 34.95 24.78 36.2 -
YUV 139.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 199 105 160 0 0.47 0.20 0.22 324.89 0.46 0.6
Hex C7 69 A0 0 2F 14 16 145 2E 3C
Octal 307 151 240 0 57 24 26 505 56 74
Binary 11000111 1101001 10100000 0 101111 10100 10110 101000101 101110 111100

Color Harmonies of #C769A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769A0

Black with #C769A0

Text Example


Text Example

White with #C769A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769A0; }

 p { color: rgb(199,105,160); }

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

background-color css

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

 a { background-color: rgb(199,105,160); }

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

border-color css

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

 span { border-color: rgb(199,105,160); }

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