#CF96AF

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

Shades of Kobi #CF96AF

Tints of Kobi #CF96AF

Color information

#CF96AF (or 0xCF96AF) is unknown color: approx Kobi. HEX triplet: CF, 96 and AF. RGB value is (207,150,175). Sum of RGB (Red+Green+Blue) = 207+150+175=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF96AF is #306950. Grayscale: #A9A9A9. Windows color (decimal): -3172689 or 11507407. OLE color: 11507407.

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

Color convert

RGB207150175-
CMYK00.280.150.19
HSL333.68º37.25%70%-
HSV(B)333.68º27.54%81.18%-
XYZ44.3838.1745.59-
YUV169.89130.88154.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=38.91%
G=28.20%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715017500.280.150.19333.6837.2570
HexCF96AF01CF1314e2546
Octal317226257034172351645106
Binary1100111110010110101011110111001111100111010011101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96AF; }

 p { color: rgb(207,150,175); }

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

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

 a { background-color: rgb(207,150,175); }

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

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

 span { border-color: rgb(207,150,175); }

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