Html Css Color HEX #C17CA8 Bouquet

📋 copy color: '#C17CA8'

red 193 ◦ green 124 ◦ blue 168

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

Shades of Bouquet #C17CA8

Tints of Bouquet #C17CA8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.57%

 BLUE value IS 168 (66.02% from 255) = 34.64%

R = 39.79%
G = 25.57%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C17CA8 (or 0xC17CA8) is known color: Bouquet. HEX triplet: C1, 7C and A8. RGB value is (193,124,168). Sum of RGB (Red+Green+Blue) = 193+124+168=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C17CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17CA8 is #3E8357. Grayscale: #959595. Windows color (decimal): -4096856 or 11041985. OLE color: 11041985.

HSL color Cylindrical-coordinate representation of color #C17CA8: hue angle of 321.74º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17CA8 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 124 168 -
CMYK 0 0.36 0.13 0.24
HSL 321.74º 0.36% 0.62% -
HSV(B) 321.74º 0.36% 0.76% -
XYZ 36.27 28.58 40.65 -
YUV 149.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 193 124 168 0 0.36 0.13 0.24 321.74 0.36 0.62
Hex C1 7C A8 0 24 D 18 142 24 3E
Octal 301 174 250 0 44 15 30 502 44 76
Binary 11000001 1111100 10101000 0 100100 1101 11000 101000010 100100 111110

Color Harmonies of #C17CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17CA8

Black with #C17CA8

Text Example


Text Example

White with #C17CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17CA8; }

 p { color: rgb(193,124,168); }

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

background-color css

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

 a { background-color: rgb(193,124,168); }

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

border-color css

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

 span { border-color: rgb(193,124,168); }

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