Html Css Color HEX #C9BEC0 Pink Flare

📋 copy color: '#C9BEC0'

red 201 ◦ green 190 ◦ blue 192

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

Shades of Pink Flare #C9BEC0

Tints of Pink Flare #C9BEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.59%

 BLUE value IS 192 (75.39% from 255) = 32.93%

R = 34.48%
G = 32.59%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C9BEC0 (or 0xC9BEC0) is known color: Pink Flare. HEX triplet: C9, BE and C0. RGB value is (201,190,192). Sum of RGB (Red+Green+Blue) = 201+190+192=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEC0 is #36413F. Grayscale: #C1C1C1. Windows color (decimal): -3555648 or 12631753. OLE color: 12631753.

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

Color convert

RGB 201 190 192 -
CMYK 0 0.05 0.04 0.21
HSL 349.09º 0.09% 0.77% -
HSV(B) 349.09º 0.05% 0.79% -
XYZ 52.02 53.05 57.37 -
YUV 193.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 201 190 192 0 0.05 0.04 0.21 349.09 0.09 0.77
Hex C9 BE C0 0 5 4 15 15D 9 4D
Octal 311 276 300 0 5 4 25 535 11 115
Binary 11001001 10111110 11000000 0 101 100 10101 101011101 1001 1001101

Color Harmonies of #C9BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEC0

Black with #C9BEC0

Text Example


Text Example

White with #C9BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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