#CF98AB

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

Shades of Kobi #CF98AB

Tints of Kobi #CF98AB

Color information

#CF98AB (or 0xCF98AB) is unknown color: approx Kobi. HEX triplet: CF, 98 and AB. RGB value is (207,152,171). Sum of RGB (Red+Green+Blue) = 207+152+171=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF98AB is #306754. Grayscale: #AAAAAA. Windows color (decimal): -3172181 or 11245775. OLE color: 11245775.

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

Color convert

RGB207152171-
CMYK00.270.170.19
HSL339.27º36.42%70.39%-
HSV(B)339.27º26.57%81.18%-
XYZ44.3138.6643.66-
YUV170.61128.22153.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=39.06%
G=28.68%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715217100.270.170.19339.2736.4270.39
HexCF98AB01B11131532446
Octal317230253033212352344106
Binary11001111100110001010101101101110001100111010100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98AB; }

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

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

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

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

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

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

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

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