#CC96AC

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

Shades of Kobi #CC96AC

Tints of Kobi #CC96AC

Color information

#CC96AC (or 0xCC96AC) is unknown color: approx Kobi. HEX triplet: CC, 96 and AC. RGB value is (204,150,172). Sum of RGB (Red+Green+Blue) = 204+150+172=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96AC is #336953. Grayscale: #A8A8A8. Windows color (decimal): -3369300 or 11310796. OLE color: 11310796.

HSL color Cylindrical-coordinate representation of color #CC96AC: hue angle of 335.56º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC96AC is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204150172-
CMYK00.260.160.2
HSL335.56º34.62%69.41%-
HSV(B)335.56º26.47%80%-
XYZ43.2537.6344.01-
YUV168.65129.89153.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=38.78%
G=28.52%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415017200.260.160.2335.5634.6269.41
HexCC96AC01A10141502345
Octal314226254032202452043105
Binary11001100100101101010110001101010000101001010100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96AC; }

 p { color: rgb(204,150,172); }

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

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

 a { background-color: rgb(204,150,172); }

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

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

 span { border-color: rgb(204,150,172); }

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