Html Css Color HEX #C182A9 Bouquet

📋 copy color: '#C182A9'

red 193 ◦ green 130 ◦ blue 169

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

Shades of Bouquet #C182A9

Tints of Bouquet #C182A9

RGB

 RED value IS 193 (75.78% from 255) = 39.23%

 GREEN value IS 130 (51.17% from 255) = 26.42%

 BLUE value IS 169 (66.41% from 255) = 34.35%

R = 39.23%
G = 26.42%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C182A9 (or 0xC182A9) is known color: Bouquet. HEX triplet: C1, 82 and A9. RGB value is (193,130,169). Sum of RGB (Red+Green+Blue) = 193+130+169=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C182A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C182A9 is #3E7D56. Grayscale: #999999. Windows color (decimal): -4095319 or 11109057. OLE color: 11109057.

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

Color convert

RGB 193 130 169 -
CMYK 0 0.33 0.12 0.24
HSL 322.86º 0.34% 0.63% -
HSV(B) 322.86º 0.33% 0.76% -
XYZ 37.14 30.17 41.4 -
YUV 153.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 193 130 169 0 0.33 0.12 0.24 322.86 0.34 0.63
Hex C1 82 A9 0 21 C 18 143 22 3F
Octal 301 202 251 0 41 14 30 503 42 77
Binary 11000001 10000010 10101001 0 100001 1100 11000 101000011 100010 111111

Color Harmonies of #C182A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182A9

Black with #C182A9

Text Example


Text Example

White with #C182A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182A9; }

 p { color: rgb(193,130,169); }

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

background-color css

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

 a { background-color: rgb(193,130,169); }

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

border-color css

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

 span { border-color: rgb(193,130,169); }

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