#CFA2B1

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

Shades of Kobi #CFA2B1

Tints of Kobi #CFA2B1

Color information

#CFA2B1 (or 0xCFA2B1) is unknown color: approx Kobi. HEX triplet: CF, A2 and B1. RGB value is (207,162,177). Sum of RGB (Red+Green+Blue) = 207+162+177=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA2B1 is #305D4E. Grayscale: #B1B1B1. Windows color (decimal): -3169615 or 11641551. OLE color: 11641551.

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

Color convert

RGB207162177-
CMYK00.220.140.19
HSL340º31.91%72.35%-
HSV(B)340º21.74%81.18%-
XYZ46.5942.2847.3-
YUV177.16127.91149.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 162 (63.67% from 255) = 29.67%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=37.91%
G=29.67%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716217700.220.140.1934031.9172.35
HexCFA2B1016E131542048
Octal317242261026162352440110
Binary1100111110100010101100010101101110100111010101001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2B1; }

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

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

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

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

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

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

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

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