Html Css Color HEX #C2ADB0 Pink Flare

📋 copy color: '#C2ADB0'

red 194 ◦ green 173 ◦ blue 176

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

Shades of Pink Flare #C2ADB0

Tints of Pink Flare #C2ADB0

RGB

 RED value IS 194 (76.17% from 255) = 35.73%

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

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

R = 35.73%
G = 31.86%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C2ADB0 (or 0xC2ADB0) is known color: Pink Flare. HEX triplet: C2, AD and B0. RGB value is (194,173,176). Sum of RGB (Red+Green+Blue) = 194+173+176=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADB0 is #3D524F. Grayscale: #B3B3B3. Windows color (decimal): -4018768 or 11578818. OLE color: 11578818.

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

Color convert

RGB 194 173 176 -
CMYK 0 0.11 0.09 0.24
HSL 351.43º 0.15% 0.72% -
HSV(B) 351.43º 0.11% 0.76% -
XYZ 45.03 44.49 47.29 -
YUV 179.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 194 173 176 0 0.11 0.09 0.24 351.43 0.15 0.72
Hex C2 AD B0 0 B 9 18 15F F 48
Octal 302 255 260 0 13 11 30 537 17 110
Binary 11000010 10101101 10110000 0 1011 1001 11000 101011111 1111 1001000

Color Harmonies of #C2ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADB0

Black with #C2ADB0

Text Example


Text Example

White with #C2ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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