#CD8BAB

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

Shades of Kobi #CD8BAB

Tints of Kobi #CD8BAB

Color information

#CD8BAB (or 0xCD8BAB) is unknown color: approx Kobi. HEX triplet: CD, 8B and AB. RGB value is (205,139,171). Sum of RGB (Red+Green+Blue) = 205+139+171=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8BAB is #327454. Grayscale: #A2A2A2. Windows color (decimal): -3306581 or 11242445. OLE color: 11242445.

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

Color convert

RGB205139171-
CMYK00.320.170.20
HSL330.91º39.76%67.45%-
HSV(B)330.91º32.2%80.39%-
XYZ41.7634.3842.96-
YUV162.38132.87158.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 139 (54.69% from 255) = 26.99%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=39.81%
G=26.99%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513917100.320.170.20330.9139.7667.45
HexCD8BAB020111414b2843
Octal315213253040212451350103
Binary110011011000101110101011010000010001101001010010111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BAB; }

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

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

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

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

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

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

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

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