Html Css Color HEX #C769AA Hopbush

📋 copy color: '#C769AA'

red 199 ◦ green 105 ◦ blue 170

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

Shades of Hopbush #C769AA

Tints of Hopbush #C769AA

RGB

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

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

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

R = 41.98%
G = 22.15%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C769AA (or 0xC769AA) is known color: Hopbush. HEX triplet: C7, 69 and AA. RGB value is (199,105,170). Sum of RGB (Red+Green+Blue) = 199+105+170=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C769AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C769AA is #389655. Grayscale: #8C8C8C. Windows color (decimal): -3708502 or 11168199. OLE color: 11168199.

HSL color Cylindrical-coordinate representation of color #C769AA: hue angle of 318.51º 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 #C769AA is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 105 170 -
CMYK 0 0.47 0.15 0.22
HSL 318.51º 0.46% 0.6% -
HSV(B) 318.51º 0.47% 0.78% -
XYZ 35.86 25.15 40.99 -
YUV 140.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 199 105 170 0 0.47 0.15 0.22 318.51 0.46 0.6
Hex C7 69 AA 0 2F F 16 13F 2E 3C
Octal 307 151 252 0 57 17 26 477 56 74
Binary 11000111 1101001 10101010 0 101111 1111 10110 100111111 101110 111100

Color Harmonies of #C769AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769AA

Black with #C769AA

Text Example


Text Example

White with #C769AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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