#CD91AB

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

Shades of Kobi #CD91AB

Tints of Kobi #CD91AB

Color information

#CD91AB (or 0xCD91AB) is unknown color: approx Kobi. HEX triplet: CD, 91 and AB. RGB value is (205,145,171). Sum of RGB (Red+Green+Blue) = 205+145+171=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD91AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD91AB is #326E54. Grayscale: #A5A5A5. Windows color (decimal): -3305045 or 11243981. OLE color: 11243981.

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

Color convert

RGB205145171-
CMYK00.290.170.20
HSL334º37.5%68.63%-
HSV(B)334º29.27%80.39%-
XYZ42.6536.1743.26-
YUV165.9130.88155.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=39.35%
G=27.83%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514517100.290.170.2033437.568.63
HexCD91AB01D111414e2645
Octal315221253035212451646105
Binary11001101100100011010101101110110001101001010011101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91AB; }

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

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

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

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

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

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

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

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