Html Css Color HEX #CEACB2 Pink Flare

📋 copy color: '#CEACB2'

red 206 ◦ green 172 ◦ blue 178

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

Shades of Pink Flare #CEACB2

Tints of Pink Flare #CEACB2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.94%

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

R = 37.05%
G = 30.94%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CEACB2 (or 0xCEACB2) is known color: Pink Flare. HEX triplet: CE, AC and B2. RGB value is (206,172,178). Sum of RGB (Red+Green+Blue) = 206+172+178=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACB2 is #31534D. Grayscale: #B6B6B6. Windows color (decimal): -3232590 or 11709646. OLE color: 11709646.

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

Color convert

RGB 206 172 178 -
CMYK 0 0.17 0.14 0.19
HSL 349.41º 0.26% 0.74% -
HSV(B) 349.41º 0.17% 0.81% -
XYZ 48.24 45.84 48.43 -
YUV 182.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 206 172 178 0 0.17 0.14 0.19 349.41 0.26 0.74
Hex CE AC B2 0 11 E 13 15D 1A 4A
Octal 316 254 262 0 21 16 23 535 32 112
Binary 11001110 10101100 10110010 0 10001 1110 10011 101011101 11010 1001010

Color Harmonies of #CEACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEACB2

Black with #CEACB2

Text Example


Text Example

White with #CEACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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