#CD9BAE

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

Shades of Kobi #CD9BAE

Tints of Kobi #CD9BAE

Color information

#CD9BAE (or 0xCD9BAE) is unknown color: approx Kobi. HEX triplet: CD, 9B and AE. RGB value is (205,155,174). Sum of RGB (Red+Green+Blue) = 205+155+174=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9BAE is #326451. Grayscale: #ACACAC. Windows color (decimal): -3302482 or 11443149. OLE color: 11443149.

HSL color Cylindrical-coordinate representation of color #CD9BAE: hue angle of 337.2º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CD9BAE is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205155174-
CMYK00.240.150.20
HSL337.2º33.33%70.59%-
HSV(B)337.2º24.39%80.39%-
XYZ44.5439.4845.32-
YUV172.12129.06151.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=38.39%
G=29.03%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515517400.240.150.20337.233.3370.59
HexCD9BAE018F141512147
Octal315233256030172452141107
Binary1100110110011011101011100110001111101001010100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BAE; }

 p { color: rgb(205,155,174); }

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

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

 a { background-color: rgb(205,155,174); }

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

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

 span { border-color: rgb(205,155,174); }

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