#CF98A5

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

Shades of Careys Pink #CF98A5

Tints of Careys Pink #CF98A5

Color information

#CF98A5 (or 0xCF98A5) is unknown color: approx Careys Pink. HEX triplet: CF, 98 and A5. RGB value is (207,152,165). Sum of RGB (Red+Green+Blue) = 207+152+165=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF98A5 is #30675A. Grayscale: #A9A9A9. Windows color (decimal): -3172187 or 10852559. OLE color: 10852559.

HSL color Cylindrical-coordinate representation of color #CF98A5: hue angle of 345.82º 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 #CF98A5 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB207152165-
CMYK00.270.200.19
HSL345.82º36.42%70.39%-
HSV(B)345.82º26.57%81.18%-
XYZ43.7538.4440.71-
YUV169.93125.22154.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.50%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=39.50%
G=29.01%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715216500.270.200.19345.8236.4270.39
HexCF98A501B141315a2446
Octal317230245033242353244106
Binary11001111100110001010010101101110100100111010110101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98A5; }

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

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

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

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

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

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

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

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