#CF98A4

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

Shades of Careys Pink #CF98A4

Tints of Careys Pink #CF98A4

Color information

#CF98A4 (or 0xCF98A4) is unknown color: approx Careys Pink. HEX triplet: CF, 98 and A4. RGB value is (207,152,164). Sum of RGB (Red+Green+Blue) = 207+152+164=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF98A4 is #30675B. Grayscale: #A9A9A9. Windows color (decimal): -3172188 or 10787023. OLE color: 10787023.

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

Color convert

RGB207152164-
CMYK00.270.210.19
HSL346.91º36.42%70.39%-
HSV(B)346.91º26.57%81.18%-
XYZ43.6638.440.23-
YUV169.81124.72154.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=39.58%
G=29.06%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715216400.270.210.19346.9136.4270.39
HexCF98A401B151315b2446
Octal317230244033252353344106
Binary11001111100110001010010001101110101100111010110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98A4; }

 p { color: rgb(207,152,164); }

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

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

 a { background-color: rgb(207,152,164); }

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

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

 span { border-color: rgb(207,152,164); }

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