Html Css Color HEX #C3AFB3 Pink Flare

📋 copy color: '#C3AFB3'

red 195 ◦ green 175 ◦ blue 179

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

Shades of Pink Flare #C3AFB3

Tints of Pink Flare #C3AFB3

RGB

 RED value IS 195 (76.56% from 255) = 35.52%

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

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

R = 35.52%
G = 31.88%
B = 32.6%

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

#C3AFB3 (or 0xC3AFB3) is known color: Pink Flare. HEX triplet: C3, AF and B3. RGB value is (195,175,179). Sum of RGB (Red+Green+Blue) = 195+175+179=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFB3 is #3C504C. Grayscale: #B5B5B5. Windows color (decimal): -3952717 or 11775939. OLE color: 11775939.

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

Color convert

RGB 195 175 179 -
CMYK 0 0.10 0.08 0.24
HSL 348º 0.14% 0.73% -
HSV(B) 348º 0.1% 0.76% -
XYZ 45.97 45.52 49.01 -
YUV 181.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 195 175 179 0 0.10 0.08 0.24 348 0.14 0.73
Hex C3 AF B3 0 A 8 18 15C E 49
Octal 303 257 263 0 12 10 30 534 16 111
Binary 11000011 10101111 10110011 0 1010 1000 11000 101011100 1110 1001001

Color Harmonies of #C3AFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFB3

Black with #C3AFB3

Text Example


Text Example

White with #C3AFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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