Html Css Color HEX #C17AA5 Bouquet

📋 copy color: '#C17AA5'

red 193 ◦ green 122 ◦ blue 165

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

Shades of Bouquet #C17AA5

Tints of Bouquet #C17AA5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.42%

 BLUE value IS 165 (64.84% from 255) = 34.38%

R = 40.21%
G = 25.42%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C17AA5 (or 0xC17AA5) is known color: Bouquet. HEX triplet: C1, 7A and A5. RGB value is (193,122,165). Sum of RGB (Red+Green+Blue) = 193+122+165=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C17AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17AA5 is #3E855A. Grayscale: #949494. Windows color (decimal): -4097371 or 10844865. OLE color: 10844865.

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

Color convert

RGB 193 122 165 -
CMYK 0 0.37 0.15 0.24
HSL 323.66º 0.36% 0.62% -
HSV(B) 323.66º 0.37% 0.76% -
XYZ 35.74 27.97 39.11 -
YUV 148.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 193 122 165 0 0.37 0.15 0.24 323.66 0.36 0.62
Hex C1 7A A5 0 25 F 18 144 24 3E
Octal 301 172 245 0 45 17 30 504 44 76
Binary 11000001 1111010 10100101 0 100101 1111 11000 101000100 100100 111110

Color Harmonies of #C17AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17AA5

Black with #C17AA5

Text Example


Text Example

White with #C17AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17AA5; }

 p { color: rgb(193,122,165); }

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

background-color css

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

 a { background-color: rgb(193,122,165); }

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

border-color css

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

 span { border-color: rgb(193,122,165); }

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