#CFACA8

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

Shades of Oyster Pink #CFACA8

Tints of Oyster Pink #CFACA8

Color information

#CFACA8 (or 0xCFACA8) is unknown color: approx Oyster Pink. HEX triplet: CF, AC and A8. RGB value is (207,172,168). Sum of RGB (Red+Green+Blue) = 207+172+168=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFACA8 is #305357. Grayscale: #B6B6B6. Windows color (decimal): -3167064 or 11054287. OLE color: 11054287.

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

Color convert

RGB207172168-
CMYK00.170.190.19
HSL6.15º28.89%73.53%-
HSV(B)6.15º18.84%81.18%-
XYZ47.5545.643.34-
YUV182.01120.1145.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 168 (66.02% from 255) = 30.71%
R=37.84%
G=31.44%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717216800.170.190.196.1528.8973.53
HexCFACA8011131361d4a
Octal3172542500212323635112
Binary1100111110101100101010000100011001110011110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACA8; }

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

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

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

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

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

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

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

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