#CFA0B1

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

Shades of Kobi #CFA0B1

Tints of Kobi #CFA0B1

Color information

#CFA0B1 (or 0xCFA0B1) is unknown color: approx Kobi. HEX triplet: CF, A0 and B1. RGB value is (207,160,177). Sum of RGB (Red+Green+Blue) = 207+160+177=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA0B1 is #305F4E. Grayscale: #AFAFAF. Windows color (decimal): -3170127 or 11641039. OLE color: 11641039.

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

Color convert

RGB207160177-
CMYK00.230.140.19
HSL338.3º32.87%71.96%-
HSV(B)338.3º22.71%81.18%-
XYZ46.2441.5847.18-
YUV175.99128.57150.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 160 (62.89% from 255) = 29.41%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=38.05%
G=29.41%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716017700.230.140.19338.332.8771.96
HexCFA0B1017E131522148
Octal317240261027162352241110
Binary1100111110100000101100010101111110100111010100101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0B1; }

 p { color: rgb(207,160,177); }

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

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

 a { background-color: rgb(207,160,177); }

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

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

 span { border-color: rgb(207,160,177); }

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