Html Css Color HEX #C0AEB2 Pink Flare

📋 copy color: '#C0AEB2'

red 192 ◦ green 174 ◦ blue 178

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

Shades of Pink Flare #C0AEB2

Tints of Pink Flare #C0AEB2

RGB

 RED value IS 192 (75.39% from 255) = 35.29%

 GREEN value IS 174 (68.36% from 255) = 31.99%

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

R = 35.29%
G = 31.99%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C0AEB2 (or 0xC0AEB2) is known color: Pink Flare. HEX triplet: C0, AE and B2. RGB value is (192,174,178). Sum of RGB (Red+Green+Blue) = 192+174+178=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AEB2 is #3F514D. Grayscale: #B3B3B3. Windows color (decimal): -4149582 or 11710144. OLE color: 11710144.

HSL color Cylindrical-coordinate representation of color #C0AEB2: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AEB2 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 174 178 -
CMYK 0 0.09 0.07 0.25
HSL 346.67º 0.13% 0.72% -
HSV(B) 346.67º 0.09% 0.75% -
XYZ 44.91 44.69 48.38 -
YUV 179.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 192 174 178 0 0.09 0.07 0.25 346.67 0.13 0.72
Hex C0 AE B2 0 9 7 19 15B C 48
Octal 300 256 262 0 11 7 31 533 14 110
Binary 11000000 10101110 10110010 0 1001 111 11001 101011011 1100 1001000

Color Harmonies of #C0AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEB2

Black with #C0AEB2

Text Example


Text Example

White with #C0AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEB2; }

 p { color: rgb(192,174,178); }

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

background-color css

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

 a { background-color: rgb(192,174,178); }

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

border-color css

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

 span { border-color: rgb(192,174,178); }

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