Html Css Color HEX #C276AA Bouquet

📋 copy color: '#C276AA'

red 194 ◦ green 118 ◦ blue 170

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

Shades of Bouquet #C276AA

Tints of Bouquet #C276AA

RGB

 RED value IS 194 (76.17% from 255) = 40.25%

 GREEN value IS 118 (46.48% from 255) = 24.48%

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

R = 40.25%
G = 24.48%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C276AA (or 0xC276AA) is known color: Bouquet. HEX triplet: C2, 76 and AA. RGB value is (194,118,170). Sum of RGB (Red+Green+Blue) = 194+118+170=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C276AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C276AA is #3D8955. Grayscale: #929292. Windows color (decimal): -4032854 or 11171522. OLE color: 11171522.

HSL color Cylindrical-coordinate representation of color #C276AA: hue angle of 318.95º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C276AA is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 170 -
CMYK 0 0.39 0.12 0.24
HSL 318.95º 0.38% 0.61% -
HSV(B) 318.95º 0.39% 0.76% -
XYZ 35.98 27.33 41.41 -
YUV 146.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 194 118 170 0 0.39 0.12 0.24 318.95 0.38 0.61
Hex C2 76 AA 0 27 C 18 13F 26 3D
Octal 302 166 252 0 47 14 30 477 46 75
Binary 11000010 1110110 10101010 0 100111 1100 11000 100111111 100110 111101

Color Harmonies of #C276AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276AA

Black with #C276AA

Text Example


Text Example

White with #C276AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276AA; }

 p { color: rgb(194,118,170); }

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

background-color css

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

 a { background-color: rgb(194,118,170); }

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

border-color css

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

 span { border-color: rgb(194,118,170); }

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