Html Css Color HEX #C9B7B9 Pink Flare

📋 copy color: '#C9B7B9'

red 201 ◦ green 183 ◦ blue 185

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

Shades of Pink Flare #C9B7B9

Tints of Pink Flare #C9B7B9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.16%

 BLUE value IS 185 (72.66% from 255) = 32.51%

R = 35.33%
G = 32.16%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9B7B9 (or 0xC9B7B9) is known color: Pink Flare. HEX triplet: C9, B7 and B9. RGB value is (201,183,185). Sum of RGB (Red+Green+Blue) = 201+183+185=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B7B9 is #364846. Grayscale: #BCBCBC. Windows color (decimal): -3557447 or 12171209. OLE color: 12171209.

HSL color Cylindrical-coordinate representation of color #C9B7B9: hue angle of 353.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9B7B9 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 183 185 -
CMYK 0 0.09 0.08 0.21
HSL 353.33º 0.14% 0.75% -
HSV(B) 353.33º 0.09% 0.79% -
XYZ 49.78 49.79 52.89 -
YUV 188.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 201 183 185 0 0.09 0.08 0.21 353.33 0.14 0.75
Hex C9 B7 B9 0 9 8 15 161 E 4B
Octal 311 267 271 0 11 10 25 541 16 113
Binary 11001001 10110111 10111001 0 1001 1000 10101 101100001 1110 1001011

Color Harmonies of #C9B7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B7B9

Black with #C9B7B9

Text Example


Text Example

White with #C9B7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B7B9; }

 p { color: rgb(201,183,185); }

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

background-color css

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

 a { background-color: rgb(201,183,185); }

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

border-color css

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

 span { border-color: rgb(201,183,185); }

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