Html Css Color HEX #C17BA4 Bouquet

📋 copy color: '#C17BA4'

red 193 ◦ green 123 ◦ blue 164

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

Shades of Bouquet #C17BA4

Tints of Bouquet #C17BA4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.63%

 BLUE value IS 164 (64.45% from 255) = 34.17%

R = 40.21%
G = 25.63%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C17BA4 (or 0xC17BA4) is known color: Bouquet. HEX triplet: C1, 7B and A4. RGB value is (193,123,164). Sum of RGB (Red+Green+Blue) = 193+123+164=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C17BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17BA4 is #3E845B. Grayscale: #949494. Windows color (decimal): -4097116 or 10779585. OLE color: 10779585.

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

Color convert

RGB 193 123 164 -
CMYK 0 0.36 0.15 0.24
HSL 324.86º 0.36% 0.62% -
HSV(B) 324.86º 0.36% 0.76% -
XYZ 35.78 28.18 38.68 -
YUV 148.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 193 123 164 0 0.36 0.15 0.24 324.86 0.36 0.62
Hex C1 7B A4 0 24 F 18 145 24 3E
Octal 301 173 244 0 44 17 30 505 44 76
Binary 11000001 1111011 10100100 0 100100 1111 11000 101000101 100100 111110

Color Harmonies of #C17BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17BA4

Black with #C17BA4

Text Example


Text Example

White with #C17BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17BA4; }

 p { color: rgb(193,123,164); }

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

background-color css

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

 a { background-color: rgb(193,123,164); }

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

border-color css

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

 span { border-color: rgb(193,123,164); }

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