Html Css Color HEX #C5ACB0 Pink Flare

📋 copy color: '#C5ACB0'

red 197 ◦ green 172 ◦ blue 176

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

Shades of Pink Flare #C5ACB0

Tints of Pink Flare #C5ACB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.29%

R = 36.15%
G = 31.56%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C5ACB0 (or 0xC5ACB0) is known color: Pink Flare. HEX triplet: C5, AC and B0. RGB value is (197,172,176). Sum of RGB (Red+Green+Blue) = 197+172+176=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ACB0 is #3A534F. Grayscale: #B3B3B3. Windows color (decimal): -3822416 or 11578565. OLE color: 11578565.

HSL color Cylindrical-coordinate representation of color #C5ACB0: hue angle of 350.4º 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 #C5ACB0 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 176 -
CMYK 0 0.13 0.11 0.23
HSL 350.4º 0.18% 0.72% -
HSV(B) 350.4º 0.13% 0.77% -
XYZ 45.61 44.51 47.26 -
YUV 179.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 197 172 176 0 0.13 0.11 0.23 350.4 0.18 0.72
Hex C5 AC B0 0 D B 17 15E 12 48
Octal 305 254 260 0 15 13 27 536 22 110
Binary 11000101 10101100 10110000 0 1101 1011 10111 101011110 10010 1001000

Color Harmonies of #C5ACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACB0

Black with #C5ACB0

Text Example


Text Example

White with #C5ACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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