#CEACA8

Color #CEACA8 Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #CEACA8

Tints of Oyster Pink #CEACA8

Color information

#CEACA8 (or 0xCEACA8) is unknown color: approx Oyster Pink. HEX triplet: CE, AC and A8. RGB value is (206,172,168). Sum of RGB (Red+Green+Blue) = 206+172+168=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACA8 is #315357. Grayscale: #B5B5B5. Windows color (decimal): -3232600 or 11054286. OLE color: 11054286.

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

Color convert

RGB206172168-
CMYK00.170.180.19
HSL6.32º27.94%73.33%-
HSV(B)6.32º18.45%80.78%-
XYZ47.2745.4543.33-
YUV181.71120.26145.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 168 (66.02% from 255) = 30.77%
R=37.73%
G=31.50%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617216800.170.180.196.3227.9473.33
HexCEACA8011121361c49
Octal3162542500212223634111
Binary1100111010101100101010000100011001010011110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACA8; }

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

 H1.HeaderClassName
 {
   color: #CEACA8;
 }
 .AnyTagClassName
 {
   color: #CEACA8;
 }
</style>
background-color css

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

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

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

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

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

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