Html Css Color HEX #C8B1B6 Pink Flare

📋 copy color: '#C8B1B6'

red 200 ◦ green 177 ◦ blue 182

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

Shades of Pink Flare #C8B1B6

Tints of Pink Flare #C8B1B6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.66%

 BLUE value IS 182 (71.48% from 255) = 32.56%

R = 35.78%
G = 31.66%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C8B1B6 (or 0xC8B1B6) is known color: Pink Flare. HEX triplet: C8, B1 and B6. RGB value is (200,177,182). Sum of RGB (Red+Green+Blue) = 200+177+182=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1B6 is #374E49. Grayscale: #B8B8B8. Windows color (decimal): -3624522 or 11973064. OLE color: 11973064.

HSL color Cylindrical-coordinate representation of color #C8B1B6: hue angle of 346.96º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B1B6 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 177 182 -
CMYK 0 0.12 0.09 0.22
HSL 346.96º 0.17% 0.74% -
HSV(B) 346.96º 0.12% 0.78% -
XYZ 47.99 47.1 50.82 -
YUV 184.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 200 177 182 0 0.12 0.09 0.22 346.96 0.17 0.74
Hex C8 B1 B6 0 C 9 16 15B 11 4A
Octal 310 261 266 0 14 11 26 533 21 112
Binary 11001000 10110001 10110110 0 1100 1001 10110 101011011 10001 1001010

Color Harmonies of #C8B1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B1B6

Black with #C8B1B6

Text Example


Text Example

White with #C8B1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B1B6; }

 p { color: rgb(200,177,182); }

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

background-color css

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

 a { background-color: rgb(200,177,182); }

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

border-color css

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

 span { border-color: rgb(200,177,182); }

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