Html Css Color HEX #C1AFB3 Pink Flare

📋 copy color: '#C1AFB3'

red 193 ◦ green 175 ◦ blue 179

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

Shades of Pink Flare #C1AFB3

Tints of Pink Flare #C1AFB3

RGB

 RED value IS 193 (75.78% from 255) = 35.28%

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

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

R = 35.28%
G = 31.99%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C1AFB3 (or 0xC1AFB3) is known color: Pink Flare. HEX triplet: C1, AF and B3. RGB value is (193,175,179). Sum of RGB (Red+Green+Blue) = 193+175+179=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFB3 is #3E504C. Grayscale: #B4B4B4. Windows color (decimal): -4083789 or 11775937. OLE color: 11775937.

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

Color convert

RGB 193 175 179 -
CMYK 0 0.09 0.07 0.24
HSL 346.67º 0.13% 0.72% -
HSV(B) 346.67º 0.09% 0.76% -
XYZ 45.46 45.25 48.99 -
YUV 180.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 193 175 179 0 0.09 0.07 0.24 346.67 0.13 0.72
Hex C1 AF B3 0 9 7 18 15B D 48
Octal 301 257 263 0 11 7 30 533 15 110
Binary 11000001 10101111 10110011 0 1001 111 11000 101011011 1101 1001000

Color Harmonies of #C1AFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AFB3

Black with #C1AFB3

Text Example


Text Example

White with #C1AFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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