#CF95AE

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

Shades of Kobi #CF95AE

Tints of Kobi #CF95AE

Color information

#CF95AE (or 0xCF95AE) is unknown color: approx Kobi. HEX triplet: CF, 95 and AE. RGB value is (207,149,174). Sum of RGB (Red+Green+Blue) = 207+149+174=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF95AE is #306A51. Grayscale: #A9A9A9. Windows color (decimal): -3172946 or 11441615. OLE color: 11441615.

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

Color convert

RGB207149174-
CMYK00.280.160.19
HSL334.14º37.66%69.8%-
HSV(B)334.14º28.02%81.18%-
XYZ44.1237.8245.02-
YUV169.19130.72154.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=39.06%
G=28.11%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714917400.280.160.19334.1437.6669.8
HexCF95AE01C101314e2646
Octal317225256034202351646106
Binary11001111100101011010111001110010000100111010011101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95AE; }

 p { color: rgb(207,149,174); }

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

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

 a { background-color: rgb(207,149,174); }

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

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

 span { border-color: rgb(207,149,174); }

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