Html Css Color HEX #C3AFB4 Pink Flare

📋 copy color: '#C3AFB4'

red 195 ◦ green 175 ◦ blue 180

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

Shades of Pink Flare #C3AFB4

Tints of Pink Flare #C3AFB4

RGB

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

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

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

R = 35.45%
G = 31.82%
B = 32.73%

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

#C3AFB4 (or 0xC3AFB4) is known color: Pink Flare. HEX triplet: C3, AF and B4. RGB value is (195,175,180). Sum of RGB (Red+Green+Blue) = 195+175+180=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFB4 is #3C504B. Grayscale: #B5B5B5. Windows color (decimal): -3952716 or 11841475. OLE color: 11841475.

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

Color convert

RGB 195 175 180 -
CMYK 0 0.10 0.08 0.24
HSL 345º 0.14% 0.73% -
HSV(B) 345º 0.1% 0.76% -
XYZ 46.07 45.56 49.55 -
YUV 181.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 195 175 180 0 0.10 0.08 0.24 345 0.14 0.73
Hex C3 AF B4 0 A 8 18 159 E 49
Octal 303 257 264 0 12 10 30 531 16 111
Binary 11000011 10101111 10110100 0 1010 1000 11000 101011001 1110 1001001

Color Harmonies of #C3AFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFB4

Black with #C3AFB4

Text Example


Text Example

White with #C3AFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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