Html Css Color HEX #CEA9B2 Pink Flare

📋 copy color: '#CEA9B2'

red 206 ◦ green 169 ◦ blue 178

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

Shades of Pink Flare #CEA9B2

Tints of Pink Flare #CEA9B2

RGB

 RED value IS 206 (80.86% from 255) = 37.25%

 GREEN value IS 169 (66.41% from 255) = 30.56%

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

R = 37.25%
G = 30.56%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CEA9B2 (or 0xCEA9B2) is known color: Pink Flare. HEX triplet: CE, A9 and B2. RGB value is (206,169,178). Sum of RGB (Red+Green+Blue) = 206+169+178=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA9B2 is #31564D. Grayscale: #B5B5B5. Windows color (decimal): -3233358 or 11708878. OLE color: 11708878.

HSL color Cylindrical-coordinate representation of color #CEA9B2: hue angle of 345.41º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA9B2 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 169 178 -
CMYK 0 0.18 0.14 0.19
HSL 345.41º 0.27% 0.74% -
HSV(B) 345.41º 0.18% 0.81% -
XYZ 47.68 44.71 48.24 -
YUV 181.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 206 169 178 0 0.18 0.14 0.19 345.41 0.27 0.74
Hex CE A9 B2 0 12 E 13 159 1B 4A
Octal 316 251 262 0 22 16 23 531 33 112
Binary 11001110 10101001 10110010 0 10010 1110 10011 101011001 11011 1001010

Color Harmonies of #CEA9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA9B2

Black with #CEA9B2

Text Example


Text Example

White with #CEA9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA9B2; }

 p { color: rgb(206,169,178); }

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

background-color css

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

 a { background-color: rgb(206,169,178); }

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

border-color css

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

 span { border-color: rgb(206,169,178); }

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