#CF95AC

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

Shades of Kobi #CF95AC

Tints of Kobi #CF95AC

Color information

#CF95AC (or 0xCF95AC) is unknown color: approx Kobi. HEX triplet: CF, 95 and AC. RGB value is (207,149,172). Sum of RGB (Red+Green+Blue) = 207+149+172=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF95AC is #306A53. Grayscale: #A8A8A8. Windows color (decimal): -3172948 or 11310543. OLE color: 11310543.

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

Color convert

RGB207149172-
CMYK00.280.170.19
HSL336.21º37.66%69.8%-
HSV(B)336.21º28.02%81.18%-
XYZ43.9337.7444-
YUV168.96129.72155.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=39.20%
G=28.22%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714917200.280.170.19336.2137.6669.8
HexCF95AC01C11131502646
Octal317225254034212352046106
Binary11001111100101011010110001110010001100111010100001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95AC; }

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

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

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

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

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

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

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

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