Html Css Color HEX #C3BABC Pink Flare

📋 copy color: '#C3BABC'

red 195 ◦ green 186 ◦ blue 188

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

Shades of Pink Flare #C3BABC

Tints of Pink Flare #C3BABC

RGB

 RED value IS 195 (76.56% from 255) = 34.27%

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

 BLUE value IS 188 (73.83% from 255) = 33.04%

R = 34.27%
G = 32.69%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C3BABC (or 0xC3BABC) is known color: Pink Flare. HEX triplet: C3, BA and BC. RGB value is (195,186,188). Sum of RGB (Red+Green+Blue) = 195+186+188=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BABC is #3C4543. Grayscale: #BCBCBC. Windows color (decimal): -3949892 or 12368579. OLE color: 12368579.

HSL color Cylindrical-coordinate representation of color #C3BABC: hue angle of 346.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3BABC is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 186 188 -
CMYK 0 0.05 0.04 0.24
HSL 346.67º 0.07% 0.75% -
HSV(B) 346.67º 0.05% 0.76% -
XYZ 49.14 50.35 54.71 -
YUV 188.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 195 186 188 0 0.05 0.04 0.24 346.67 0.07 0.75
Hex C3 BA BC 0 5 4 18 15B 7 4B
Octal 303 272 274 0 5 4 30 533 7 113
Binary 11000011 10111010 10111100 0 101 100 11000 101011011 111 1001011

Color Harmonies of #C3BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BABC

Black with #C3BABC

Text Example


Text Example

White with #C3BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BABC; }

 p { color: rgb(195,186,188); }

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

background-color css

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

 a { background-color: rgb(195,186,188); }

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

border-color css

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

 span { border-color: rgb(195,186,188); }

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