Html Css Color HEX #C2ADB2 Pink Flare

📋 copy color: '#C2ADB2'

red 194 ◦ green 173 ◦ blue 178

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

Shades of Pink Flare #C2ADB2

Tints of Pink Flare #C2ADB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.66%

R = 35.6%
G = 31.74%
B = 32.66%

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

#C2ADB2 (or 0xC2ADB2) is known color: Pink Flare. HEX triplet: C2, AD and B2. RGB value is (194,173,178). Sum of RGB (Red+Green+Blue) = 194+173+178=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADB2 is #3D524D. Grayscale: #B3B3B3. Windows color (decimal): -4018766 or 11709890. OLE color: 11709890.

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

Color convert

RGB 194 173 178 -
CMYK 0 0.11 0.08 0.24
HSL 345.71º 0.15% 0.72% -
HSV(B) 345.71º 0.11% 0.76% -
XYZ 45.23 44.57 48.34 -
YUV 179.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 194 173 178 0 0.11 0.08 0.24 345.71 0.15 0.72
Hex C2 AD B2 0 B 8 18 15A F 48
Octal 302 255 262 0 13 10 30 532 17 110
Binary 11000010 10101101 10110010 0 1011 1000 11000 101011010 1111 1001000

Color Harmonies of #C2ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADB2

Black with #C2ADB2

Text Example


Text Example

White with #C2ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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