Html Css Color HEX #C765AA Hopbush

📋 copy color: '#C765AA'

red 199 ◦ green 101 ◦ blue 170

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

Shades of Hopbush #C765AA

Tints of Hopbush #C765AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

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

R = 42.34%
G = 21.49%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C765AA (or 0xC765AA) is known color: Hopbush. HEX triplet: C7, 65 and AA. RGB value is (199,101,170). Sum of RGB (Red+Green+Blue) = 199+101+170=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C765AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C765AA is #389A55. Grayscale: #898989. Windows color (decimal): -3709526 or 11167175. OLE color: 11167175.

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

Color convert

RGB 199 101 170 -
CMYK 0 0.49 0.15 0.22
HSL 317.76º 0.47% 0.59% -
HSV(B) 317.76º 0.49% 0.78% -
XYZ 35.46 24.35 40.86 -
YUV 138.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 199 101 170 0 0.49 0.15 0.22 317.76 0.47 0.59
Hex C7 65 AA 0 31 F 16 13E 2F 3B
Octal 307 145 252 0 61 17 26 476 57 73
Binary 11000111 1100101 10101010 0 110001 1111 10110 100111110 101111 111011

Color Harmonies of #C765AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C765AA

Black with #C765AA

Text Example


Text Example

White with #C765AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C765AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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