Html Css Color HEX #C5AFB3 Pink Flare

📋 copy color: '#C5AFB3'

red 197 ◦ green 175 ◦ blue 179

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

Shades of Pink Flare #C5AFB3

Tints of Pink Flare #C5AFB3

RGB

 RED value IS 197 (77.34% from 255) = 35.75%

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

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

R = 35.75%
G = 31.76%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C5AFB3 (or 0xC5AFB3) is known color: Pink Flare. HEX triplet: C5, AF and B3. RGB value is (197,175,179). Sum of RGB (Red+Green+Blue) = 197+175+179=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFB3 is #3A504C. Grayscale: #B6B6B6. Windows color (decimal): -3821645 or 11775941. OLE color: 11775941.

HSL color Cylindrical-coordinate representation of color #C5AFB3: hue angle of 349.09º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5AFB3 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 179 -
CMYK 0 0.11 0.09 0.23
HSL 349.09º 0.16% 0.73% -
HSV(B) 349.09º 0.11% 0.77% -
XYZ 46.49 45.78 49.03 -
YUV 182.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 197 175 179 0 0.11 0.09 0.23 349.09 0.16 0.73
Hex C5 AF B3 0 B 9 17 15D 10 49
Octal 305 257 263 0 13 11 27 535 20 111
Binary 11000101 10101111 10110011 0 1011 1001 10111 101011101 10000 1001001

Color Harmonies of #C5AFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFB3

Black with #C5AFB3

Text Example


Text Example

White with #C5AFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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