Html Css Color HEX #C17CAA Bouquet

📋 copy color: '#C17CAA'

red 193 ◦ green 124 ◦ blue 170

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

Shades of Bouquet #C17CAA

Tints of Bouquet #C17CAA

RGB

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

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

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

R = 39.63%
G = 25.46%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C17CAA (or 0xC17CAA) is known color: Bouquet. HEX triplet: C1, 7C and AA. RGB value is (193,124,170). Sum of RGB (Red+Green+Blue) = 193+124+170=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C17CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17CAA is #3E8355. Grayscale: #959595. Windows color (decimal): -4096854 or 11173057. OLE color: 11173057.

HSL color Cylindrical-coordinate representation of color #C17CAA: hue angle of 320º 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 #C17CAA is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 124 170 -
CMYK 0 0.36 0.12 0.24
HSL 320º 0.36% 0.62% -
HSV(B) 320º 0.36% 0.76% -
XYZ 36.46 28.66 41.64 -
YUV 149.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 193 124 170 0 0.36 0.12 0.24 320 0.36 0.62
Hex C1 7C AA 0 24 C 18 140 24 3E
Octal 301 174 252 0 44 14 30 500 44 76
Binary 11000001 1111100 10101010 0 100100 1100 11000 101000000 100100 111110

Color Harmonies of #C17CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17CAA

Black with #C17CAA

Text Example


Text Example

White with #C17CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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