Html Css Color HEX #C083A6 Bouquet

📋 copy color: '#C083A6'

red 192 ◦ green 131 ◦ blue 166

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

Shades of Bouquet #C083A6

Tints of Bouquet #C083A6

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.79%

 BLUE value IS 166 (65.23% from 255) = 33.95%

R = 39.26%
G = 26.79%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C083A6 (or 0xC083A6) is known color: Bouquet. HEX triplet: C0, 83 and A6. RGB value is (192,131,166). Sum of RGB (Red+Green+Blue) = 192+131+166=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C083A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C083A6 is #3F7C59. Grayscale: #999999. Windows color (decimal): -4160602 or 10912704. OLE color: 10912704.

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

Color convert

RGB 192 131 166 -
CMYK 0 0.32 0.14 0.25
HSL 325.57º 0.33% 0.63% -
HSV(B) 325.57º 0.32% 0.75% -
XYZ 36.74 30.19 39.97 -
YUV 153.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 192 131 166 0 0.32 0.14 0.25 325.57 0.33 0.63
Hex C0 83 A6 0 20 E 19 146 21 3F
Octal 300 203 246 0 40 16 31 506 41 77
Binary 11000000 10000011 10100110 0 100000 1110 11001 101000110 100001 111111

Color Harmonies of #C083A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083A6

Black with #C083A6

Text Example


Text Example

White with #C083A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083A6; }

 p { color: rgb(192,131,166); }

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

background-color css

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

 a { background-color: rgb(192,131,166); }

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

border-color css

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

 span { border-color: rgb(192,131,166); }

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