#CD99AB

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

Shades of Kobi #CD99AB

Tints of Kobi #CD99AB

Color information

#CD99AB (or 0xCD99AB) is unknown color: approx Kobi. HEX triplet: CD, 99 and AB. RGB value is (205,153,171). Sum of RGB (Red+Green+Blue) = 205+153+171=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD99AB is #326654. Grayscale: #AAAAAA. Windows color (decimal): -3302997 or 11246029. OLE color: 11246029.

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

Color convert

RGB205153171-
CMYK00.250.170.20
HSL339.23º34.21%70.2%-
HSV(B)339.23º25.37%80.39%-
XYZ43.9238.743.68-
YUV170.6128.23152.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=38.75%
G=28.92%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515317100.250.170.20339.2334.2170.2
HexCD99AB01911141532246
Octal315231253031212452342106
Binary11001101100110011010101101100110001101001010100111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99AB; }

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

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

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

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

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

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

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

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