Html Css Color HEX #C0BABB Pink Flare

📋 copy color: '#C0BABB'

red 192 ◦ green 186 ◦ blue 187

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

Shades of Pink Flare #C0BABB

Tints of Pink Flare #C0BABB

RGB

 RED value IS 192 (75.39% from 255) = 33.98%

 GREEN value IS 186 (73.05% from 255) = 32.92%

 BLUE value IS 187 (73.44% from 255) = 33.1%

R = 33.98%
G = 32.92%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C0BABB (or 0xC0BABB) is known color: Pink Flare. HEX triplet: C0, BA and BB. RGB value is (192,186,187). Sum of RGB (Red+Green+Blue) = 192+186+187=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BABB is #3F4544. Grayscale: #BBBBBB. Windows color (decimal): -4146501 or 12303040. OLE color: 12303040.

HSL color Cylindrical-coordinate representation of color #C0BABB: hue angle of 350º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0BABB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 187 -
CMYK 0 0.03 0.03 0.25
HSL 350º 0.05% 0.74% -
HSV(B) 350º 0.03% 0.75% -
XYZ 48.27 49.91 54.1 -
YUV 187.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 192 186 187 0 0.03 0.03 0.25 350 0.05 0.74
Hex C0 BA BB 0 3 3 19 15E 5 4A
Octal 300 272 273 0 3 3 31 536 5 112
Binary 11000000 10111010 10111011 0 11 11 11001 101011110 101 1001010

Color Harmonies of #C0BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BABB

Black with #C0BABB

Text Example


Text Example

White with #C0BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BABB; }

 p { color: rgb(192,186,187); }

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

background-color css

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

 a { background-color: rgb(192,186,187); }

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

border-color css

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

 span { border-color: rgb(192,186,187); }

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