Html Css Color HEX #C2AFB3 Pink Flare

📋 copy color: '#C2AFB3'

red 194 ◦ green 175 ◦ blue 179

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

Shades of Pink Flare #C2AFB3

Tints of Pink Flare #C2AFB3

RGB

 RED value IS 194 (76.17% from 255) = 35.4%

 GREEN value IS 175 (68.75% from 255) = 31.93%

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

R = 35.4%
G = 31.93%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C2AFB3 (or 0xC2AFB3) is known color: Pink Flare. HEX triplet: C2, AF and B3. RGB value is (194,175,179). Sum of RGB (Red+Green+Blue) = 194+175+179=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFB3 is #3D504C. Grayscale: #B5B5B5. Windows color (decimal): -4018253 or 11775938. OLE color: 11775938.

HSL color Cylindrical-coordinate representation of color #C2AFB3: hue angle of 347.37º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AFB3 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 179 -
CMYK 0 0.10 0.08 0.24
HSL 347.37º 0.13% 0.72% -
HSV(B) 347.37º 0.1% 0.76% -
XYZ 45.71 45.38 49 -
YUV 181.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 194 175 179 0 0.10 0.08 0.24 347.37 0.13 0.72
Hex C2 AF B3 0 A 8 18 15B D 48
Octal 302 257 263 0 12 10 30 533 15 110
Binary 11000010 10101111 10110011 0 1010 1000 11000 101011011 1101 1001000

Color Harmonies of #C2AFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFB3

Black with #C2AFB3

Text Example


Text Example

White with #C2AFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFB3; }

 p { color: rgb(194,175,179); }

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

background-color css

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

 a { background-color: rgb(194,175,179); }

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

border-color css

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

 span { border-color: rgb(194,175,179); }

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