Html Css Color HEX #C3ADB3 Pink Flare

📋 copy color: '#C3ADB3'

red 195 ◦ green 173 ◦ blue 179

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

Shades of Pink Flare #C3ADB3

Tints of Pink Flare #C3ADB3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.63%

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

R = 35.65%
G = 31.63%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C3ADB3 (or 0xC3ADB3) is known color: Pink Flare. HEX triplet: C3, AD and B3. RGB value is (195,173,179). Sum of RGB (Red+Green+Blue) = 195+173+179=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADB3 is #3C524C. Grayscale: #B4B4B4. Windows color (decimal): -3953229 or 11775427. OLE color: 11775427.

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

Color convert

RGB 195 173 179 -
CMYK 0 0.11 0.08 0.24
HSL 343.64º 0.15% 0.72% -
HSV(B) 343.64º 0.11% 0.76% -
XYZ 45.59 44.74 48.88 -
YUV 180.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 195 173 179 0 0.11 0.08 0.24 343.64 0.15 0.72
Hex C3 AD B3 0 B 8 18 158 F 48
Octal 303 255 263 0 13 10 30 530 17 110
Binary 11000011 10101101 10110011 0 1011 1000 11000 101011000 1111 1001000

Color Harmonies of #C3ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADB3

Black with #C3ADB3

Text Example


Text Example

White with #C3ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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