Html Css Color HEX #C17BA5 Bouquet

📋 copy color: '#C17BA5'

red 193 ◦ green 123 ◦ blue 165

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

Shades of Bouquet #C17BA5

Tints of Bouquet #C17BA5

RGB

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

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

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

R = 40.12%
G = 25.57%
B = 34.3%

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

#C17BA5 (or 0xC17BA5) is known color: Bouquet. HEX triplet: C1, 7B and A5. RGB value is (193,123,165). Sum of RGB (Red+Green+Blue) = 193+123+165=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C17BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17BA5 is #3E845A. Grayscale: #949494. Windows color (decimal): -4097115 or 10845121. OLE color: 10845121.

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

Color convert

RGB 193 123 165 -
CMYK 0 0.36 0.15 0.24
HSL 324º 0.36% 0.62% -
HSV(B) 324º 0.36% 0.76% -
XYZ 35.87 28.22 39.15 -
YUV 148.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 193 123 165 0 0.36 0.15 0.24 324 0.36 0.62
Hex C1 7B A5 0 24 F 18 144 24 3E
Octal 301 173 245 0 44 17 30 504 44 76
Binary 11000001 1111011 10100101 0 100100 1111 11000 101000100 100100 111110

Color Harmonies of #C17BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17BA5

Black with #C17BA5

Text Example


Text Example

White with #C17BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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