Html Css Color HEX #C77DAA Hopbush

📋 copy color: '#C77DAA'

red 199 ◦ green 125 ◦ blue 170

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

Shades of Hopbush #C77DAA

Tints of Hopbush #C77DAA

RGB

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

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

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

R = 40.28%
G = 25.3%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C77DAA (or 0xC77DAA) is known color: Hopbush. HEX triplet: C7, 7D and AA. RGB value is (199,125,170). Sum of RGB (Red+Green+Blue) = 199+125+170=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77DAA is #388255. Grayscale: #989898. Windows color (decimal): -3703382 or 11173319. OLE color: 11173319.

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

Color convert

RGB 199 125 170 -
CMYK 0 0.37 0.15 0.22
HSL 323.51º 0.4% 0.64% -
HSV(B) 323.51º 0.37% 0.78% -
XYZ 38.14 29.71 41.75 -
YUV 152.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 199 125 170 0 0.37 0.15 0.22 323.51 0.4 0.64
Hex C7 7D AA 0 25 F 16 144 28 40
Octal 307 175 252 0 45 17 26 504 50 100
Binary 11000111 1111101 10101010 0 100101 1111 10110 101000100 101000 1000000

Color Harmonies of #C77DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77DAA

Black with #C77DAA

Text Example


Text Example

White with #C77DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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