Html Css Color HEX #C5ACB3 Pink Flare

📋 copy color: '#C5ACB3'

red 197 ◦ green 172 ◦ blue 179

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

Shades of Pink Flare #C5ACB3

Tints of Pink Flare #C5ACB3

RGB

 RED value IS 197 (77.34% from 255) = 35.95%

 GREEN value IS 172 (67.58% from 255) = 31.39%

 BLUE value IS 179 (70.31% from 255) = 32.66%

R = 35.95%
G = 31.39%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C5ACB3 (or 0xC5ACB3) is known color: Pink Flare. HEX triplet: C5, AC and B3. RGB value is (197,172,179). Sum of RGB (Red+Green+Blue) = 197+172+179=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACB3 is #3A534C. Grayscale: #B4B4B4. Windows color (decimal): -3822413 or 11775173. OLE color: 11775173.

HSL color Cylindrical-coordinate representation of color #C5ACB3: hue angle of 343.2º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ACB3 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 179 -
CMYK 0 0.13 0.09 0.23
HSL 343.2º 0.18% 0.72% -
HSV(B) 343.2º 0.13% 0.77% -
XYZ 45.92 44.63 48.84 -
YUV 180.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 197 172 179 0 0.13 0.09 0.23 343.2 0.18 0.72
Hex C5 AC B3 0 D 9 17 157 12 48
Octal 305 254 263 0 15 11 27 527 22 110
Binary 11000101 10101100 10110011 0 1101 1001 10111 101010111 10010 1001000

Color Harmonies of #C5ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACB3

Black with #C5ACB3

Text Example


Text Example

White with #C5ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACB3; }

 p { color: rgb(197,172,179); }

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

background-color css

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

 a { background-color: rgb(197,172,179); }

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

border-color css

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

 span { border-color: rgb(197,172,179); }

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