#CF8BAB

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

Shades of Kobi #CF8BAB

Tints of Kobi #CF8BAB

Color information

#CF8BAB (or 0xCF8BAB) is unknown color: approx Kobi. HEX triplet: CF, 8B and AB. RGB value is (207,139,171). Sum of RGB (Red+Green+Blue) = 207+139+171=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8BAB is #307454. Grayscale: #A2A2A2. Windows color (decimal): -3175509 or 11242447. OLE color: 11242447.

HSL color Cylindrical-coordinate representation of color #CF8BAB: hue angle of 331.76º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8BAB is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB207139171-
CMYK00.330.170.19
HSL331.76º41.46%67.84%-
HSV(B)331.76º32.85%81.18%-
XYZ42.3234.6742.99-
YUV162.98132.53159.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=40.04%
G=26.89%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713917100.330.170.19331.7641.4667.84
HexCF8BAB021111314c2944
Octal317213253041212351451104
Binary110011111000101110101011010000110001100111010011001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8BAB; }

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

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

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

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

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

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

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

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