Html Css Color HEX #C8ACB2 Pink Flare

📋 copy color: '#C8ACB2'

red 200 ◦ green 172 ◦ blue 178

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

Shades of Pink Flare #C8ACB2

Tints of Pink Flare #C8ACB2

RGB

 RED value IS 200 (78.52% from 255) = 36.36%

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

 BLUE value IS 178 (69.92% from 255) = 32.36%

R = 36.36%
G = 31.27%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C8ACB2 (or 0xC8ACB2) is known color: Pink Flare. HEX triplet: C8, AC and B2. RGB value is (200,172,178). Sum of RGB (Red+Green+Blue) = 200+172+178=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ACB2 is #37534D. Grayscale: #B5B5B5. Windows color (decimal): -3625806 or 11709640. OLE color: 11709640.

HSL color Cylindrical-coordinate representation of color #C8ACB2: hue angle of 347.14º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ACB2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 178 -
CMYK 0 0.14 0.11 0.22
HSL 347.14º 0.2% 0.73% -
HSV(B) 347.14º 0.14% 0.78% -
XYZ 46.61 45 48.35 -
YUV 181.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 200 172 178 0 0.14 0.11 0.22 347.14 0.2 0.73
Hex C8 AC B2 0 E B 16 15B 14 49
Octal 310 254 262 0 16 13 26 533 24 111
Binary 11001000 10101100 10110010 0 1110 1011 10110 101011011 10100 1001001

Color Harmonies of #C8ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ACB2

Black with #C8ACB2

Text Example


Text Example

White with #C8ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ACB2; }

 p { color: rgb(200,172,178); }

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

background-color css

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

 a { background-color: rgb(200,172,178); }

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

border-color css

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

 span { border-color: rgb(200,172,178); }

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