#CD94AB

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

Shades of Kobi #CD94AB

Tints of Kobi #CD94AB

Color information

#CD94AB (or 0xCD94AB) is unknown color: approx Kobi. HEX triplet: CD, 94 and AB. RGB value is (205,148,171). Sum of RGB (Red+Green+Blue) = 205+148+171=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD94AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD94AB is #326B54. Grayscale: #A7A7A7. Windows color (decimal): -3304277 or 11244749. OLE color: 11244749.

HSL color Cylindrical-coordinate representation of color #CD94AB: hue angle of 335.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD94AB is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB205148171-
CMYK00.280.170.20
HSL335.79º36.31%69.22%-
HSV(B)335.79º27.8%80.39%-
XYZ43.1237.143.42-
YUV167.66129.88154.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=39.12%
G=28.24%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514817100.280.170.20335.7936.3169.22
HexCD94AB01C11141502445
Octal315224253034212452044105
Binary11001101100101001010101101110010001101001010100001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94AB; }

 p { color: rgb(205,148,171); }

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

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

 a { background-color: rgb(205,148,171); }

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

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

 span { border-color: rgb(205,148,171); }

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