Html Css Color HEX #C084A7 Bouquet

📋 copy color: '#C084A7'

red 192 ◦ green 132 ◦ blue 167

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

Shades of Bouquet #C084A7

Tints of Bouquet #C084A7

RGB

 RED value IS 192 (75.39% from 255) = 39.1%

 GREEN value IS 132 (51.95% from 255) = 26.88%

 BLUE value IS 167 (65.63% from 255) = 34.01%

R = 39.1%
G = 26.88%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C084A7 (or 0xC084A7) is known color: Bouquet. HEX triplet: C0, 84 and A7. RGB value is (192,132,167). Sum of RGB (Red+Green+Blue) = 192+132+167=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C084A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084A7 is #3F7B58. Grayscale: #999999. Windows color (decimal): -4160345 or 10978496. OLE color: 10978496.

HSL color Cylindrical-coordinate representation of color #C084A7: hue angle of 325º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C084A7 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 167 -
CMYK 0 0.31 0.13 0.25
HSL 325º 0.32% 0.64% -
HSV(B) 325º 0.31% 0.75% -
XYZ 36.96 30.5 40.5 -
YUV 153.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 192 132 167 0 0.31 0.13 0.25 325 0.32 0.64
Hex C0 84 A7 0 1F D 19 145 20 40
Octal 300 204 247 0 37 15 31 505 40 100
Binary 11000000 10000100 10100111 0 11111 1101 11001 101000101 100000 1000000

Color Harmonies of #C084A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084A7

Black with #C084A7

Text Example


Text Example

White with #C084A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084A7; }

 p { color: rgb(192,132,167); }

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

background-color css

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

 a { background-color: rgb(192,132,167); }

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

border-color css

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

 span { border-color: rgb(192,132,167); }

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