Html Css Color HEX #C3AEB3 Pink Flare

📋 copy color: '#C3AEB3'

red 195 ◦ green 174 ◦ blue 179

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

Shades of Pink Flare #C3AEB3

Tints of Pink Flare #C3AEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.66%

R = 35.58%
G = 31.75%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C3AEB3 (or 0xC3AEB3) is known color: Pink Flare. HEX triplet: C3, AE and B3. RGB value is (195,174,179). Sum of RGB (Red+Green+Blue) = 195+174+179=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEB3 is #3C514C. Grayscale: #B4B4B4. Windows color (decimal): -3952973 or 11775683. OLE color: 11775683.

HSL color Cylindrical-coordinate representation of color #C3AEB3: hue angle of 345.71º 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 #C3AEB3 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 174 179 -
CMYK 0 0.11 0.08 0.24
HSL 345.71º 0.15% 0.72% -
HSV(B) 345.71º 0.11% 0.76% -
XYZ 45.78 45.13 48.95 -
YUV 180.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 195 174 179 0 0.11 0.08 0.24 345.71 0.15 0.72
Hex C3 AE B3 0 B 8 18 15A F 48
Octal 303 256 263 0 13 10 30 532 17 110
Binary 11000011 10101110 10110011 0 1011 1000 11000 101011010 1111 1001000

Color Harmonies of #C3AEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AEB3

Black with #C3AEB3

Text Example


Text Example

White with #C3AEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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