Html Css Color HEX #C3ADB0 Pink Flare

📋 copy color: '#C3ADB0'

red 195 ◦ green 173 ◦ blue 176

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

Shades of Pink Flare #C3ADB0

Tints of Pink Flare #C3ADB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.35%

R = 35.85%
G = 31.8%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C3ADB0 (or 0xC3ADB0) is known color: Pink Flare. HEX triplet: C3, AD and B0. RGB value is (195,173,176). Sum of RGB (Red+Green+Blue) = 195+173+176=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ADB0 is #3C524F. Grayscale: #B3B3B3. Windows color (decimal): -3953232 or 11578819. OLE color: 11578819.

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

Color convert

RGB 195 173 176 -
CMYK 0 0.11 0.10 0.24
HSL 351.82º 0.15% 0.72% -
HSV(B) 351.82º 0.11% 0.76% -
XYZ 45.29 44.62 47.3 -
YUV 179.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 195 173 176 0 0.11 0.10 0.24 351.82 0.15 0.72
Hex C3 AD B0 0 B A 18 160 F 48
Octal 303 255 260 0 13 12 30 540 17 110
Binary 11000011 10101101 10110000 0 1011 1010 11000 101100000 1111 1001000

Color Harmonies of #C3ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADB0

Black with #C3ADB0

Text Example


Text Example

White with #C3ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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