Html Css Color HEX #C170AA Bouquet

📋 copy color: '#C170AA'

red 193 ◦ green 112 ◦ blue 170

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

Shades of Bouquet #C170AA

Tints of Bouquet #C170AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

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

R = 40.63%
G = 23.58%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C170AA (or 0xC170AA) is known color: Bouquet. HEX triplet: C1, 70 and AA. RGB value is (193,112,170). Sum of RGB (Red+Green+Blue) = 193+112+170=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C170AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C170AA is #3E8F55. Grayscale: #8E8E8E. Windows color (decimal): -4099926 or 11169985. OLE color: 11169985.

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

Color convert

RGB 193 112 170 -
CMYK 0 0.42 0.12 0.24
HSL 317.04º 0.4% 0.6% -
HSV(B) 317.04º 0.42% 0.76% -
XYZ 35.04 25.83 41.17 -
YUV 142.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 193 112 170 0 0.42 0.12 0.24 317.04 0.4 0.6
Hex C1 70 AA 0 2A C 18 13D 28 3C
Octal 301 160 252 0 52 14 30 475 50 74
Binary 11000001 1110000 10101010 0 101010 1100 11000 100111101 101000 111100

Color Harmonies of #C170AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170AA

Black with #C170AA

Text Example


Text Example

White with #C170AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170AA; }

 p { color: rgb(193,112,170); }

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

background-color css

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

 a { background-color: rgb(193,112,170); }

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

border-color css

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

 span { border-color: rgb(193,112,170); }

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