Html Css Color HEX #C2AFB4 Pink Flare

📋 copy color: '#C2AFB4'

red 194 ◦ green 175 ◦ blue 180

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

Shades of Pink Flare #C2AFB4

Tints of Pink Flare #C2AFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.79%

R = 35.34%
G = 31.88%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C2AFB4 (or 0xC2AFB4) is known color: Pink Flare. HEX triplet: C2, AF and B4. RGB value is (194,175,180). Sum of RGB (Red+Green+Blue) = 194+175+180=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFB4 is #3D504B. Grayscale: #B5B5B5. Windows color (decimal): -4018252 or 11841474. OLE color: 11841474.

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

Color convert

RGB 194 175 180 -
CMYK 0 0.10 0.07 0.24
HSL 344.21º 0.13% 0.72% -
HSV(B) 344.21º 0.1% 0.76% -
XYZ 45.82 45.42 49.53 -
YUV 181.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 194 175 180 0 0.10 0.07 0.24 344.21 0.13 0.72
Hex C2 AF B4 0 A 7 18 158 D 48
Octal 302 257 264 0 12 7 30 530 15 110
Binary 11000010 10101111 10110100 0 1010 111 11000 101011000 1101 1001000

Color Harmonies of #C2AFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFB4

Black with #C2AFB4

Text Example


Text Example

White with #C2AFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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