Html Css Color HEX #C9BDBE Pink Flare

📋 copy color: '#C9BDBE'

red 201 ◦ green 189 ◦ blue 190

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

Shades of Pink Flare #C9BDBE

Tints of Pink Flare #C9BDBE

RGB

 RED value IS 201 (78.91% from 255) = 34.66%

 GREEN value IS 189 (74.22% from 255) = 32.59%

 BLUE value IS 190 (74.61% from 255) = 32.76%

R = 34.66%
G = 32.59%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9BDBE (or 0xC9BDBE) is known color: Pink Flare. HEX triplet: C9, BD and BE. RGB value is (201,189,190). Sum of RGB (Red+Green+Blue) = 201+189+190=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDBE is #364241. Grayscale: #C0C0C0. Windows color (decimal): -3555906 or 12500425. OLE color: 12500425.

HSL color Cylindrical-coordinate representation of color #C9BDBE: hue angle of 355º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BDBE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 189 190 -
CMYK 0 0.06 0.05 0.21
HSL 355º 0.1% 0.76% -
HSV(B) 355º 0.06% 0.79% -
XYZ 51.58 52.53 56.14 -
YUV 192.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 201 189 190 0 0.06 0.05 0.21 355 0.1 0.76
Hex C9 BD BE 0 6 5 15 163 A 4C
Octal 311 275 276 0 6 5 25 543 12 114
Binary 11001001 10111101 10111110 0 110 101 10101 101100011 1010 1001100

Color Harmonies of #C9BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDBE

Black with #C9BDBE

Text Example


Text Example

White with #C9BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDBE; }

 p { color: rgb(201,189,190); }

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

background-color css

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

 a { background-color: rgb(201,189,190); }

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

border-color css

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

 span { border-color: rgb(201,189,190); }

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