Html Css Color HEX #C2AFB0 Pink Flare

📋 copy color: '#C2AFB0'

red 194 ◦ green 175 ◦ blue 176

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

Shades of Pink Flare #C2AFB0

Tints of Pink Flare #C2AFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.29%

R = 35.6%
G = 32.11%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C2AFB0 (or 0xC2AFB0) is known color: Pink Flare. HEX triplet: C2, AF and B0. RGB value is (194,175,176). Sum of RGB (Red+Green+Blue) = 194+175+176=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AFB0 is #3D504F. Grayscale: #B4B4B4. Windows color (decimal): -4018256 or 11579330. OLE color: 11579330.

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

Color convert

RGB 194 175 176 -
CMYK 0 0.10 0.09 0.24
HSL 356.84º 0.13% 0.72% -
HSV(B) 356.84º 0.1% 0.76% -
XYZ 45.41 45.26 47.42 -
YUV 180.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 194 175 176 0 0.10 0.09 0.24 356.84 0.13 0.72
Hex C2 AF B0 0 A 9 18 165 D 48
Octal 302 257 260 0 12 11 30 545 15 110
Binary 11000010 10101111 10110000 0 1010 1001 11000 101100101 1101 1001000

Color Harmonies of #C2AFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFB0

Black with #C2AFB0

Text Example


Text Example

White with #C2AFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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