Html Css Color HEX #C3AEB2 Pink Flare

📋 copy color: '#C3AEB2'

red 195 ◦ green 174 ◦ blue 178

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

Shades of Pink Flare #C3AEB2

Tints of Pink Flare #C3AEB2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.81%

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 35.65%
G = 31.81%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C3AEB2 (or 0xC3AEB2) is known color: Pink Flare. HEX triplet: C3, AE and B2. RGB value is (195,174,178). Sum of RGB (Red+Green+Blue) = 195+174+178=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AEB2 is #3C514D. Grayscale: #B4B4B4. Windows color (decimal): -3952974 or 11710147. OLE color: 11710147.

HSL color Cylindrical-coordinate representation of color #C3AEB2: hue angle of 348.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3AEB2 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 174 178 -
CMYK 0 0.11 0.09 0.24
HSL 348.57º 0.15% 0.72% -
HSV(B) 348.57º 0.11% 0.76% -
XYZ 45.68 45.09 48.41 -
YUV 180.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 195 174 178 0 0.11 0.09 0.24 348.57 0.15 0.72
Hex C3 AE B2 0 B 9 18 15D F 48
Octal 303 256 262 0 13 11 30 535 17 110
Binary 11000011 10101110 10110010 0 1011 1001 11000 101011101 1111 1001000

Color Harmonies of #C3AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AEB2

Black with #C3AEB2

Text Example


Text Example

White with #C3AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AEB2; }

 p { color: rgb(195,174,178); }

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

background-color css

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

 a { background-color: rgb(195,174,178); }

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

border-color css

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

 span { border-color: rgb(195,174,178); }

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