#CD96AC

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

Shades of Kobi #CD96AC

Tints of Kobi #CD96AC

Color information

#CD96AC (or 0xCD96AC) is unknown color: approx Kobi. HEX triplet: CD, 96 and AC. RGB value is (205,150,172). Sum of RGB (Red+Green+Blue) = 205+150+172=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD96AC is #326953. Grayscale: #A8A8A8. Windows color (decimal): -3303764 or 11310797. OLE color: 11310797.

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

Color convert

RGB205150172-
CMYK00.270.160.20
HSL336º35.48%69.61%-
HSV(B)336º26.83%80.39%-
XYZ43.5337.7744.03-
YUV168.95129.72153.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=38.90%
G=28.46%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515017200.270.160.2033635.4869.61
HexCD96AC01B10141502346
Octal315226254033202452043106
Binary11001101100101101010110001101110000101001010100001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96AC; }

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

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

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

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

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

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

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

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