#CF8AAB

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

Shades of Kobi #CF8AAB

Tints of Kobi #CF8AAB

Color information

#CF8AAB (or 0xCF8AAB) is unknown color: approx Kobi. HEX triplet: CF, 8A and AB. RGB value is (207,138,171). Sum of RGB (Red+Green+Blue) = 207+138+171=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8AAB is #307554. Grayscale: #A2A2A2. Windows color (decimal): -3175765 or 11242191. OLE color: 11242191.

HSL color Cylindrical-coordinate representation of color #CF8AAB: hue angle of 331.3º degrees, saturation: 0.42, 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 #CF8AAB is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB207138171-
CMYK00.330.170.19
HSL331.3º41.82%67.65%-
HSV(B)331.3º33.33%81.18%-
XYZ42.1734.3842.94-
YUV162.39132.86159.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=40.12%
G=26.74%
B=33.14%

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
Decimal20713817100.330.170.19331.341.8267.65
HexCF8AAB021111314b2a44
Octal317212253041212351352104
Binary110011111000101010101011010000110001100111010010111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8AAB; }

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

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

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

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

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

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

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

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